Sha256: c21a6230faebe297e4f627f3062d373fd716394044626d8eb8c5bd62690b8d1e
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 Bytes
Contents
class ApplicationPolicy always_allow_connection regulate_all_broadcasts { |policy| policy.send_all } allow_change(to: :all, on: [:create, :update, :destroy]) { true } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-mesh-0.5.0 | examples/simple-poller/app/policies/application_policy.rb |
hyper-mesh-0.4.0 | examples/simple-poller/app/policies/application_policy.rb |