Module: RailsWithFirePHP::Rails::Interface

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

Instance Method Summary collapse

Instance Method Details

#fb(msg, label = nil) ⇒ Object



167
168
169
# File 'lib/core/rails_with_firephp.rb', line 167

def fb msg, label=nil
  fire_log msg, label
end

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



161
162
163
# File 'lib/core/rails_with_firephp.rb', line 161

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

#fire_options(opts = {}) ⇒ Object



164
165
166
# File 'lib/core/rails_with_firephp.rb', line 164

def fire_options opts={}
  response.fire_options opts
end