Method: Alchemy::Ingredient.allowed_settings
- Defined in:
- app/models/alchemy/ingredient.rb
.allowed_settings ⇒ Object
Allowed settings on the ingredient
88 89 90 |
# File 'app/models/alchemy/ingredient.rb', line 88 def allowed_settings @allowed_settings ||= [] end |