Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
- was getting `undefined method assets` when trying to build transition in docker
- followed this advice to fix the problem: https://stackoverflow.com/questions/50984265/ruby-on-rails-console-undefined-method-assets
  • Loading branch information
andysellick committed Aug 12, 2024
1 parent 36637b0 commit 05a4814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require "action_view/railtie"
# require "action_cable/engine"
require "rails/test_unit/railtie"
require "sprockets/railtie"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit 05a4814

Please sign in to comment.