Open vcastellm opened 10 years ago
Not in all hooks exists :controller and :action https://github.com/ahawkins/harness-actioncontroller/blob/master/lib/harness/action_controller.rb#L9
This makes the application crash.
I just found this same error. It appears to only affect one endpoint in my project and this one endpoint is using send_file to answer a request. So maybe it's related to that?
send_file
Not in all hooks exists :controller and :action https://github.com/ahawkins/harness-actioncontroller/blob/master/lib/harness/action_controller.rb#L9
This makes the application crash.