From dcf8c8a426127cc0fcd3b9223baa977cb9b95dc8 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 13 Apr 2008 08:32:19 +0000 Subject: [PATCH] include git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@156 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/models/people.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/people.rb b/app/models/people.rb index b240db4..a2a6800 100644 --- a/app/models/people.rb +++ b/app/models/people.rb @@ -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