method
text?
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Column
text?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 35
def text?
type == :string || type == :text
end