module RenderSync::ControllerHelpers::ClassMethods
Public Instance Methods
enable_sync(options = {})
click to toggle source
# File lib/render_sync/controller_helpers.rb, line 12 def enable_sync(options = {}) around_filter :enable_sync, options end