Class: DietClass
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- DietClass
- Defined in:
- lib/earth/diet/diet_class.rb
Class Method Summary collapse
Class Method Details
.fallback ⇒ Object
11 12 13 |
# File 'lib/earth/diet/diet_class.rb', line 11 def fallback find_by_name 'standard' end |