Class: Alice::Response::ActiveSupportJson

Inherits:
Middleware show all
Defined in:
lib/alice/response/active_support_json.rb

Instance Method Summary collapse

Methods inherited from Middleware

#call, register_on_complete

Methods inherited from Middleware

#create_form_params, #full_path_for, loaded?, #process_body_for_request, setup_parallel_manager

Constructor Details

#initialize(app) ⇒ ActiveSupportJson

Returns a new instance of ActiveSupportJson.



17
18
19
20
# File 'lib/alice/response/active_support_json.rb', line 17

def initialize(app)
  super
  @parser = nil
end