Created role model

This commit is contained in:
2013-01-28 00:18:36 -05:00
parent d9e9814823
commit b3177c8889
6 changed files with 39 additions and 1 deletions

3
app/models/role.rb Normal file
View File

@@ -0,0 +1,3 @@
class Role < ActiveRecord::Base
attr_accessible :name
end