Skip to content

Commit

Permalink
RUBY-2480: moving dependency loading from engine to an app (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
brujeo authored Jun 8, 2023
1 parent 5f1d46c commit 0fc0b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/flood_risk_engine/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
require "active_support/dependencies"
# these classses are required on boot, so have to be loaded explicitly (since Rails 7 - zeitwerk autoloader)
require File.expand_path("../../app/helpers/flood_risk_engine/application_helper", __dir__)
require File.expand_path("../../app/controllers/flood_risk_engine/application_controller", __dir__)

module FloodRiskEngine
class Engine < ::Rails::Engine
Expand Down

0 comments on commit 0fc0b14

Please sign in to comment.