Class: Role

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

Overview

Schema Information

Table name: roles

id          :integer          not null, primary key
name        :string(255)
description :text
created_at  :datetime         not null
updated_at  :datetime         not null