Open ak47 opened 10 years ago
I remember this problem from a while ago (undefined method responder='
) but thought we had it fixed. Can you find out where in Rails 4.1 the #responder=
method is defined?
Does that help? https://github.com/apotonick/roar-rails/issues/87
the issue appears with the includes in the controller
in my rspecs, I consistently get: AND When remove those includes and use the alternative: this works out as expected Am I doing something wrong? Ruby 2.1.2 Rails 4.1.5 Rspec 3.1.0 thanks