We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ce1b1 commit 173d326Copy full SHA for 173d326
.ruby-gemset
@@ -0,0 +1 @@
1
+lines-engine
lib/lines/engine.rb
@@ -29,7 +29,7 @@ class Engine < ::Rails::Engine
29
end
30
31
initializer 'lines.action_controller' do |app|
32
- ActiveSupport.on_load :action_controller do
+ ActiveSupport.on_load :action_controller_base do
33
helper Lines::ApplicationHelper
34
35
0 commit comments