Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Oct 4, 2011
1 parent 7f91815 commit 48ea4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PadrinoWeb < Padrino::Application
register Padrino::Contrib::Helpers::JQuery
register Padrino::Contrib::Helpers::Flash

set :caching, true
set :caching, false
set :exceptions_subject, "PadrinoWeb"
set :exceptions_from, "Padrino WebSite <exceptions@padrinorb.com>"
set :exceptions_to, Account.all.map(&:email)
Expand Down

0 comments on commit 48ea4a1

Please sign in to comment.