Class: Noumenon::Theme::Drop
- Inherits:
-
Liquid::Drop
- Object
- Liquid::Drop
- Noumenon::Theme::Drop
- Defined in:
- lib/noumenon/theme.rb
Instance Method Summary collapse
Instance Method Details
#before_method(method) ⇒ Object
109 110 111 112 |
# File 'lib/noumenon/theme.rb', line 109 def before_method(method) @theme ||= Noumenon.theme @theme.to_liquid[method.to_sym] end |