Class: Nucleon::Template::JSON

Inherits:
Object
  • Object
show all
Defined in:
lib/nucleon/template/JSON.rb

Instance Method Summary collapse

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