Module: FirePHRuby::Rails::Interface

Included in:
ActionController::Base, ActionView::Base
Defined in:
lib/firephruby.rb

Instance Method Summary collapse

Instance Method Details

#fire_dump(obj, label = '') ⇒ Object



157
158
159
# File 'lib/firephruby.rb', line 157

def fire_dump obj, label=''
	response.fire_clog obj,'DUMP', label
end

#fire_options(opts = {}) ⇒ Object



160
161
162
# File 'lib/firephruby.rb', line 160

def fire_options opts={}
	response.fire_options opts
end