Class: Trollo::List
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Trollo::List
- Defined in:
- lib/trollo/list.rb
Instance Method Summary collapse
Instance Method Details
#named(name) ⇒ Object
8 9 10 |
# File 'lib/trollo/list.rb', line 8 def named(name) where(name: name).first end |