Sha256: 1bc9b95951225e96370d33e853228a4b85fe99a29d300602839db3d74fe8f6e8
Contents?: true
Size: 430 Bytes
Versions: 16
Compression:
Stored size: 430 Bytes
Contents
# Dynamic shortcuts should NOT be enabled for this application, as it conflicts with # default account scoping #------------------------------------------------------------------------------ class Role < ActiveRecord::Base has_and_belongs_to_many :users, :join_table => :users_roles belongs_to :resource, :polymorphic => true scopify default_scope { where(account_id: Account.current.id) } end
Version data entries
16 entries across 16 versions & 1 rubygems