Class: Devrobber::ActionView::LogSubscriber
- Inherits:
-
ActionView::LogSubscriber
- Object
- ActionView::LogSubscriber
- Devrobber::ActionView::LogSubscriber
- Defined in:
- lib/devrobber/action_view.rb
Instance Method Summary collapse
Instance Method Details
#render_partial(event) ⇒ Object
5 6 7 |
# File 'lib/devrobber/action_view.rb', line 5 def render_partial(event) renders[from_rails_root(event.payload[:identifier])] += 1 end |
#renders ⇒ Object
9 10 11 |
# File 'lib/devrobber/action_view.rb', line 9 def renders Thread.current[:devrobber_render] ||= Hash.new(0) end |