Merge branch 'master' of github.com:Bushido/engine

This commit is contained in:
Kev Zettler 2011-07-21 19:01:04 -07:00
commit 2472e486fd
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Locomotive::Application.configure do
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = false
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false

View File

@ -19,10 +19,8 @@ module Locomotive
sign_in(Account.order_by(:created_at).first)
end
end
end
end
end
end
end
end