See <http://dev.rubyonrails.org/ticket/6426>.
One solution is to add
module ActionController::Routing
SEPARATORS = %w( / ; , ? )
end
in your controller. I'm not sure if this still works under recent
versions of Rails.
Lee
See <http://dev.rubyonrails.org/ticket/6426>.
One solution is to add
module ActionController::Routing
SEPARATORS = %w( / ; , ? )
end
in your controller. I'm not sure if this still works under recent
versions of Rails.
Lee