Skip to content

Commit

Permalink
Fix rails c
Browse files Browse the repository at this point in the history
  • Loading branch information
marlena-b committed Oct 16, 2024
1 parent 50624a8 commit e0b0a54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rails_application/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

Bundler.require(*Rails.groups)

class Application < Rails::Application
class RailsApplication
class Application < Rails::Application

config.load_defaults 7.0
config.generators.system_tests = nil
config.load_defaults 7.0
config.generators.system_tests = nil
end
end

0 comments on commit e0b0a54

Please sign in to comment.