Module: RenderSync::ControllerHelpers::ClassMethods

Defined in:
lib/render_sync/controller_helpers.rb

Instance Method Summary collapse

Instance Method Details

#enable_sync(options = {}) ⇒ Object



12
13
14
# File 'lib/render_sync/controller_helpers.rb', line 12

def enable_sync(options = {})
  around_filter :enable_sync, options
end