Module: ActionMerge::Syncable

Extended by:
ActiveSupport::Concern
Defined in:
lib/action_merge/syncable.rb

Instance Method Summary collapse

Instance Method Details

#authorize_sync(channel) ⇒ Object



15
16
17
# File 'lib/action_merge/syncable.rb', line 15

def authorize_sync(channel)
	channel.instance_eval &@@_to_authorize_sync
end