module TurbolinksRender::Rendering

Public Instance Methods

render(*args, &block) click to toggle source
Calls superclass method
# 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

Private Instance Methods