Class: ArDocStore::Attributes::String

Inherits:
Base
  • Object
show all
Defined in:
lib/ar_doc_store/attributes/string.rb

Instance Attribute Summary

Attributes inherited from Base

#attribute, #conversion, #default, #model, #options

Instance Method Summary collapse

Methods inherited from Base

#add_ransacker, #attribute_options, #build, build, #define_query_method, #embedded?, #initialize, #store_attribute

Methods included from CallbackSupport

included

Constructor Details

This class inherits a constructor from ArDocStore::Attributes::Base

Instance Method Details

#attribute_typeObject



10
11
12
# File 'lib/ar_doc_store/attributes/string.rb', line 10

def attribute_type
  ActiveModel::Type::String
end

#predicateObject



6
7
8
# File 'lib/ar_doc_store/attributes/string.rb', line 6

def predicate
  'text'
end