change the path/name of the Steam helpers module
Didier Lafforgue
committed May 24, 2018
commit 4272f8882fc01ec3ca799666c342311133f16bc1
Showing 1
changed file with
2 additions
and 2 deletions
locomotive/wagon/middlewares/error_page.rb b/lib/locomotive/wagon/middlewares/error_page.rb
+2
-2
| @@ | @@ -1,6 +1,6 @@ |
| require 'erb' | |
| + | require 'locomotive/steam/middlewares/concerns/helpers' |
| require 'locomotive/steam/middlewares/thread_safe' | |
| - | require 'locomotive/steam/middlewares/helpers' |
| module Locomotive::Wagon | |
| module Middlewares | |
| @@ | @@ -9,7 +9,7 @@ module Locomotive::Wagon |
| # | |
| class ErrorPage < Locomotive::Steam::Middlewares::ThreadSafe | |
| - | include Locomotive::Steam::Middlewares::Helpers |
| + | include Locomotive::Steam::Middlewares::Concerns::Helpers |
| def _call | |
| begin | |