Making ActionWebService work with Edge Rails
Posted in Code on May 31st, 2007
I have a Rails application with a small SOAP service that is used for integration. Today I updated the site to Edge Rails and noticed a ton of strange errors related to ActionWebService. The first error looked like this:
Expected app/controllers/my_controller.rb to define MyController
I remembered hearing that ActionWebService was going to be moved out of […]


