I'm having issues upgrading from Rails 2.0.2 to 2.1.0. The
ActionController::Filters::Filter:Class has changed just enough to
cause me problems.
I have my own Filter class. I know, I know - I didn't know any better
at the time. I'll rename it if I absolutely have to. Now, when I
make the following call, I get the following error:
I'm having issues upgrading from Rails 2.0.2 to 2.1.0. The
ActionController::Filters::Filter:Class has changed just enough to
cause me problems.
I have my own Filter class. I know, I know - I didn't know any better
at the time. I'll rename it if I absolutely have to. Now, when I
make the following call, I get the following error:
Before clogging the list with more error output, I'm wondering if
there's a way to explicitly refer to *my* Filter class instead of the
ActionController::Filters::Filter class.