Module: Archangel::ThemableConcern::ClassMethods
- Defined in:
- app/controllers/concerns/archangel/themable_concern.rb
Overview
ThemableConcern class methods
Instance Method Summary collapse
-
#theme(theme, options = {}) ⇒ Object
Converts the object into textual markup given a specific format.
Instance Method Details
#theme(theme, options = {}) ⇒ Object
Converts the object into textual markup given a specific format.
19 20 21 22 23 24 |
# File 'app/controllers/concerns/archangel/themable_concern.rb', line 19 def theme(theme, = {}) @_theme = theme = Archangel::Theme::ThemableController.apply_theme(self, theme, ) end |