#825 ✓resolved
Betelgeuse

Hobo breaks giving :status to redirect_to

Reported by Betelgeuse | October 6th, 2010 @ 10:00 AM | in Hobo 1.1

[55, 64] in /Library/Ruby/Gems/1.8/gems/hobo-1.0.1/lib/hobo/controller.rb
   55  
   56  
   57      protected
   58  
   59      def redirect_to_with_object_url(destination, *args)
=> 60        if destination.is_one_of?(String, Hash, Symbol)
   61          redirect_to_without_object_url(destination)
   62        else
   63          redirect_to_without_object_url(object_url(destination, *args))
   64        end

args is not passed on

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Referenced by

Pages