Sha256: 1f5bc57e4efc6cb84bead07f60e3019686857d96599c44fdc6b9cab762ab7afe

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

class Role < ActiveRecord::Base
  # Set up Challah's Role 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 Role, see:
  #
  # http://rubydoc.info/gems/challah
  authable_role
end

Version data entries

3 entries across 3 versions & 1 rubygems

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