Sha256: a2f0597737c640eb4207bd05e85c0a19785196385cac20d22d56ac9e61ded908

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

class Permission < ActiveRecord::Base
  # Set up Challah's Permission methods. Keep this as the first line of your model to include
  # all methods by default. You can override methods after this line as necessary.
  #
  # For a list of all methods included into Permission, see:
  #
  # http://rubydoc.info/gems/challah
  authable_permission
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
challah-0.6.2 app/models/permission.rb
challah-0.6.1 app/models/permission.rb
challah-0.6.0 app/models/permission.rb