Module: PluggableJs::Helpers::Controller
- 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
31 32 33 |
# File 'lib/pluggable_js/helpers.rb', line 31 def pluggable_js(data) @pluggable_js_data = data.to_json end |