Module: WcmsComponents::ComponentHelper
- Defined in:
- app/helpers/wcms_components/component_helper.rb
Instance Method Summary collapse
Instance Method Details
#wcms_component(slug, properties = {}) ⇒ Object
4 5 6 |
# File 'app/helpers/wcms_components/component_helper.rb', line 4 def wcms_component(slug, properties={}) render "wcms_components/#{slug}", properties end |