Method: Spree::Preferences::PreferableClassMethods#preference_getter_method
- Defined in:
- lib/spree/preferences/preferable_class_methods.rb
#preference_getter_method(name) ⇒ Object
78 79 80 |
# File 'lib/spree/preferences/preferable_class_methods.rb', line 78 def preference_getter_method(name) "preferred_#{name}".to_sym end |