Module: PluggableJs::Helpers::Controller
- Defined in:
- lib/pluggable_js/helpers.rb
Instance Method Summary collapse
- #pluggable_js(hash) ⇒ Object (also: #pjs)
Instance Method Details
#pluggable_js(hash) ⇒ Object Also known as: pjs
41 42 43 |
# File 'lib/pluggable_js/helpers.rb', line 41 def pluggable_js(hash) @pluggable_js_data = hash.to_json end |