Fixed some wrong links in startpage. Added gettext-help for controllers.

This commit is contained in:
Benjamin Meichsner 2009-02-01 23:09:03 +01:00
parent 7f09bb55e4
commit d75c206db5
6 changed files with 40 additions and 30 deletions

View file

@ -23,8 +23,8 @@ development: &defaults
# Config for the exception_notification plugin
notification:
error_recipients:
- benni@dresdener27.de
sender_address: FoodSoft Error <foodsoft@foodcoops.net>
- admin@myfoodcoop.org
sender_address: FoodSoft Error <foodsoft@myfoodcoop.org>
email_prefix: "[FoodSoft]"
# Access to sharedLists, the external article-database

View file

@ -15,4 +15,12 @@ module ActiveRecord
text
end
end
end
end
module ActionController
class Base
def _(text)
text
end
end
end