Class: ActionController::Base
Instance Method Summary
collapse
#fire_dump, #fire_options
Instance Method Details
#_firephruby_the_original_process_method ⇒ Object
173
|
# File 'lib/firephruby.rb', line 173
alias _firephruby_the_original_process_method process
|
#process(request, response, method = :perform_action, *arguments) ⇒ Object
174
175
176
177
178
179
|
# File 'lib/firephruby.rb', line 174
def process(request, response, method = :perform_action, *arguments)
response._firephruby_set_user_agent request.env['HTTP_USER_AGENT']
response.
response._firephruby_set_options( {} )
_firephruby_the_original_process_method(request, response, method, *arguments)
end
|