Method: Thredded::ApplicationHelper#thredded_container_data
- Defined in:
- app/helpers/thredded/application_helper.rb
#thredded_container_data ⇒ Object
14 15 16 17 18 19 20 |
# File 'app/helpers/thredded/application_helper.rb', line 14 def thredded_container_data { 'thredded-locale' => I18n.locale, 'thredded-page-id' => content_for(:thredded_page_id), 'thredded-root-url' => thredded.root_path } end |