git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@67 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2007-12-27 06:13:08 +00:00
parent 4a5033b3f8
commit 4c311e40a4
1 changed files with 7 additions and 0 deletions

View File

@ -14,4 +14,11 @@ class People < ActiveRecord::Base
def self.guest_user
self.find_by_title('Guest') rescue nil
end
##
# Finds me.
#
def self.penguincoder
self.find_by_title('PenguinCoder') rescue nil
end
end