git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@156 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-04-13 08:32:19 +00:00
parent 05c9a673ed
commit dcf8c8a426
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# This model represents a user in the system.
#
class People < ActiveRecord::Base
include WordyParameter
has_one_tuxwiki_page :owner_class => 'People'
belongs_to :role
attr_protected :role_id