Skip to content

Commit

Permalink
Need to Include dry/monads in sample app to get generators working (#917
Browse files Browse the repository at this point in the history
)

Found another place we need to include the monad lib. This time so that generators work
  • Loading branch information
orangewolf authored Feb 9, 2024
1 parent 8ce15d9 commit 5c8b264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/test_app/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require "action_cable/engine"
# require "rails/test_unit/railtie"
require "sprockets/railtie"
require 'dry/monads'

Bundler.require(*Rails.groups)
require "bulkrax"
Expand Down

0 comments on commit 5c8b264

Please sign in to comment.