find me
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@67 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
4a5033b3f8
commit
4c311e40a4
|
@ -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
|
||||
|
|
Reference in New Issue