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

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