include
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@156 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
05c9a673ed
commit
dcf8c8a426
|
@ -2,6 +2,7 @@
|
||||||
# This model represents a user in the system.
|
# This model represents a user in the system.
|
||||||
#
|
#
|
||||||
class People < ActiveRecord::Base
|
class People < ActiveRecord::Base
|
||||||
|
include WordyParameter
|
||||||
has_one_tuxwiki_page :owner_class => 'People'
|
has_one_tuxwiki_page :owner_class => 'People'
|
||||||
belongs_to :role
|
belongs_to :role
|
||||||
attr_protected :role_id
|
attr_protected :role_id
|
||||||
|
|
Reference in New Issue