Updated to rails 3.0.12. remove old gettext code.

This commit is contained in:
benni 2012-04-15 19:59:39 +02:00
parent 5636e200dc
commit ad508b207b
16 changed files with 235 additions and 192 deletions

View file

@ -4,5 +4,5 @@ Foodsoft::Application.config.session_store :cookie_store, :key => '_foodsoft_ses
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rake db:sessions:create")
# FianGroups::Application.config.session_store :active_record_store
# (create the session table with "rails generate session_migration")
# Foodsoft::Application.config.session_store :active_record_store