Module: Concerns::Model::BaseThing
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#lists ⇒ Object
custom associations.
Instance Method Details
#lists ⇒ Object
custom associations
47 |
# File 'lib/concerns/model/base_thing.rb', line 47 def lists; List.where(thing_type: self.to_s); end |