Class: ActiveRecord::Type::Text

Inherits:
ActiveModel::Type::String
  • Object
show all
Defined in:
lib/active_record/type/text.rb

Overview

:nodoc:

Direct Known Subclasses

Encryption::EncryptedAttributeType

Instance Method Summary collapse

Instance Method Details

#typeObject



6
7
8
# File 'lib/active_record/type/text.rb', line 6

def type
  :text
end