Class: Permission

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/permission.rb

Overview

Schema Information

Table name: permissions

id         :integer(4)      not null, primary key
role_id    :integer(4)      not null
user_id    :integer(4)      not null
created_at :datetime
updated_at :datetime