Skip to content

Commit 3f18aa5

Browse files
committed
Remove conflicting helper for rails 8.1 compatibility
1 parent b93daea commit 3f18aa5

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

app/helpers/railsui/host_route_fallback_helper.rb

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/railsui/engine.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ class Engine < ::Rails::Engine
1414
end
1515
end
1616

17-
initializer "my_engine.view_helpers" do
18-
ActiveSupport.on_load(:action_view) do
19-
# automatic main_app where it counts
20-
include Railsui::HostRouteFallbackHelper
21-
end
22-
end
23-
2417
initializer "railsui.setup" do |app|
2518
config.assets.precompile << "railsui_manifest.js" if Rails.env.development?
2619
end

0 commit comments

Comments
 (0)