Sha256: 002e669affb387aca96216d1fd0b5af8a6d883795130e8294c1be57685d8b9b6
Contents?: true
Size: 337 Bytes
Versions: 13
Compression:
Stored size: 337 Bytes
Contents
class Announcement < Hyperloop::ServerOp # should be able to say always_allow_connection HERE... instead its in the policy file... # and setting a connection for a ServerOp should automatically dispatch to that connection.. # a few bugs to fix... param :acting_user, nils: true param :message dispatch_to { Application } end
Version data entries
13 entries across 13 versions & 1 rubygems