# File lib/cabin/channel.rb, line 104 def allow_event?(event, subscription) conditions.all? { |condition| condition.call(event, subscription) } end