Closed HenryHaller closed 5 years ago
@HenryHaller did you finding a way around this?
@ianjhuang @HenryHaller
Hey guys!!!
I am using Rails 6 in a project and I wanted to use interactor-rails but I got the same error though I found a way to work with it.
I use the original gem
gem "interactor", "~> 3.0"
Then in config/application.rb
I required the gem
require "interactor"
and works perfectly to me
See #25
Duplicate #25
I'm trying to upgrade an app to rails 6 and I get this: