Class: ActionController::Base
Instance Method Summary collapse
Instance Method Details
#render_json(options = {}, &block) ⇒ Object
4 5 6 7 8 |
# File 'lib/jsonity/rails.rb', line 4 def render_json( = {}, &block) json = Jsonity::Builder.build &block [:json] = json render end |