Method: LHS::Record::Configuration::ClassMethods#total_key

Defined in:
lib/lhs/concerns/record/configuration.rb

#total_keyObject



44
45
46
47
48
# File 'lib/lhs/concerns/record/configuration.rb', line 44

def total_key
  symbolize_unless_complex(
    @configuration.try(:[], :total_key) || :total
  )
end