I've stumbled upon strange error during #create action in one of my rails controllers:
NoMethodError
undefined method `action_encoding_template' for Controller

There is no clear way how to debug that.
Turns out I forgot to inherit from ApplicationController.
class MyController < ApplicationController
...
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With