Class: Permission

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/sso/auth/templates/app/models/permission.rb

Overview

Schema Information

Table name: permissions

id           :integer          not null, primary key
user_id      :integer
context_id   :integer
context_type :string(255)
role         :string(255)
created_at   :datetime         not null
updated_at   :datetime         not null