Module: PluggableJs::Helpers::Shared
- Included in:
- Controller, View
- Defined in:
- lib/pluggable_js/helpers.rb
Instance Method Summary collapse
- #pluggable_js(data) ⇒ Object (also: #pjs)
Instance Method Details
#pluggable_js(data) ⇒ Object Also known as: pjs
5 6 7 |
# File 'lib/pluggable_js/helpers.rb', line 5 def pluggable_js(data) @pluggable_js_data = data.to_json end |