clean up debug code and get new user correct

This commit is contained in:
Erik Ordway 2009-12-30 10:48:41 -08:00 committed by Eric Allen
parent 5b431ef50a
commit 901af95c69
5 changed files with 15 additions and 11 deletions

View file

@ -23,5 +23,10 @@ module Tracks
auth_schemes.first
end
end
def self.locale
SITE_CONFIG['locale'] || 'en-US'
end
end
end