# File lib/enumerize/hooks/simple_form.rb, line 18 def input_field_with_enumerize(attribute_name, options={}) add_input_options_for_enumerized_attribute(attribute_name, options) input_field_without_enumerize(attribute_name, options) end
# File lib/enumerize/hooks/simple_form.rb, line 13 def input_with_enumerize(attribute_name, options={}, &block) add_input_options_for_enumerized_attribute(attribute_name, options) input_without_enumerize(attribute_name, options, &block) end
Generated with the Darkfish Rdoc Generator 2.