# File lib/enumerated_attribute/rails_helpers.rb, line 91 def enum_select(method, options={}, html_options={}) @template.enum_select(@object_name, method, objectify_options(options), @default_options.merge(html_options)) end