Class: Nucleon::Template::JSON
- Inherits:
-
Object
- Object
- Nucleon::Template::JSON
- Defined in:
- lib/nucleon/template/JSON.rb
Instance Method Summary collapse
-
#render_processed(data) ⇒ Object
—————————————————————————– Renderers.
Instance Method Details
#render_processed(data) ⇒ Object
Renderers
9 10 11 12 13 |
# File 'lib/nucleon/template/JSON.rb', line 9 def render_processed(data) return super do Util::Data.to_json(data) end end |