Class: ActionController::Base

Inherits:
Object
  • Object
show all
Includes:
FirePHRuby::Rails::Interface
Defined in:
lib/firephruby.rb

Instance Method Summary collapse

Methods included from FirePHRuby::Rails::Interface

#fire_dump, #fire_options

Instance Method Details

#_firephruby_the_original_process_methodObject



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._firephruby_set_header_var
	response._firephruby_set_options( {} )
	_firephruby_the_original_process_method(request, response, method, *arguments)
end