Module: RailsWithFirePHP::Rails::Interface
- Included in:
- ActionController::Base, ActionView::Base
- Defined in:
- lib/core/rails_with_firephp.rb
Instance Method Summary collapse
- #fb(msg, label = nil) ⇒ Object
- #fire_dump(obj, label = '') ⇒ Object
- #fire_options(opts = {}) ⇒ Object
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 opts={} response. opts end |