Method: LHS::Record::Configuration::ClassMethods#item_created_key
- Defined in:
- lib/lhs/concerns/record/configuration.rb
#item_created_key ⇒ Object
31 32 33 34 35 |
# File 'lib/lhs/concerns/record/configuration.rb', line 31 def item_created_key symbolize_unless_complex( @configuration.try(:[], :item_created_key) ) end |