# File lib/enumerated_attribute/rails_helpers.rb, line 7 def column_with_enumerated_attribute(name, type, options = {}) type = 'string' if type.to_s == 'enum' column_without_enumerated_attribute(name, type, options) end