Skip to content

Commit

Permalink
Fix failing flash test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 7, 2009
1 parent 851c3de commit 8736dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ def process_cleanup
end

Base.class_eval do
[ Flash, Filters, Layout, Benchmarking, Rescue, MimeResponds, Helpers,
[ Filters, Layout, Benchmarking, Rescue, Flash, MimeResponds, Helpers,
Cookies, Caching, Verification, Streaming, SessionManagement,
HttpAuthentication::Basic::ControllerMethods, RecordIdentifier,
RequestForgeryProtection, Translation
Expand Down

0 comments on commit 8736dd3

Please sign in to comment.