Method: Landable::Liquid::CategoriesDrop#before_method
- Defined in:
- lib/landable/liquid/drops.rb
#before_method(method_name) ⇒ Object
24 25 26 |
# File 'lib/landable/liquid/drops.rb', line 24 def before_method method_name category_cache[method_name] ||= ::Landable::Category.find_by_slug method_name end |