Module: TurbolinksRender::Rendering

Extended by:
ActiveSupport::Concern
Defined in:
lib/turbolinks_render/rendering.rb

Instance Method Summary collapse

Instance Method Details

#render(*args, &block) ⇒ Object



5
6
7
8
9
# File 'lib/turbolinks_render/rendering.rb', line 5

def render(*args, &block)
  options = args.dup.extract_options!
  capture_turbolinks_option_to_make_it_accessible_by_middleware(options)
  super
end