Sha256: 969914d121cc3849e3957f23e51878541ecfb92156a2ee602eecac668416d318
Contents?: true
Size: 336 Bytes
Versions: 13
Compression:
Stored size: 336 Bytes
Contents
class Hyperloop::ApplicationPolicy # Allow any session to connect: always_allow_connection # Send all attributes from all public models #regulate_all_broadcasts { |policy| policy.send_all } # Allow all changes to public models #allow_change(to: :all, on: [:create, :update, :destroy]) { true } end if Rails.env.development?
Version data entries
13 entries across 13 versions & 1 rubygems