# File lib/enumerated_attribute/rails_helpers.rb, line 37 def field_type_with_enumerated_attribute return (@field_type = :enum_select) if type == :enum field_type_without_enumerated_attribute end