module Thunderer::ControllerAdditions::ClassMethods

Public Instance Methods

thunderer_channels(*args) click to toggle source
# File lib/thunderer/controller_additions.rb, line 28
def thunderer_channels(*args)
  options = args.extract_options!
  options.assert_valid_keys(:object)
  self.interpolation_object = options[:object]
  self._channels             = Array.wrap(args)
end