Module: ViewTracker::Controller

Defined in:
lib/view_tracker/controller.rb

Instance Method Summary collapse

Instance Method Details

#render(*args) ⇒ Object



4
5
6
7
# File 'lib/view_tracker/controller.rb', line 4

def render(*args)
  @render_options = _normalize_args(args)
  super *args
end