mirror of https://github.com/rails/rails
Fix failing flash test
This commit is contained in:
parent
851c3de5c9
commit
8736dd3241
|
@ -1350,7 +1350,7 @@ module ActionController #:nodoc:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue