git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@156 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
This commit is contained in:
andrew 2008-04-13 08:32:19 +00:00
commit dcf8c8a426

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