Class: Permission
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Permission
- Defined in:
- app/models/users/permission.rb
Overview
Copyright (c) 2008-2013 Michael Dvorkin and contributors.
Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
Schema Information
Table name: permissions
id :integer not null, primary key user_id :integer asset_id :integer asset_type :string(255) created_at :datetime updated_at :datetime