Sha256: 80947f47fea9a1e4413636e99b2b0266248599db43755a70c954dadcb6280308

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

module Pbw
  class Permission
    include ::Mongoid::Document
    field :subject_class, type: String
    field :action, type: String
    field :name, type: String

    attr_accessible :subject_class, :action, :name

    has_and_belongs_to_many :roles
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pbw-0.0.2 app/models/pbw/permission.rb