Method: LHS::Record::Configuration::ClassMethods#total_key
- Defined in:
- lib/lhs/concerns/record/configuration.rb
#total_key ⇒ Object
25 26 27 |
# File 'lib/lhs/concerns/record/configuration.rb', line 25 def total_key (@configuration.try(:[], :total_key) || :total).to_sym end |