[Rails] Re: Route not getting recognized

2011-04-08 Thread Luka Stolyarov
That worked, as well. Thank you so much! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group,

[Rails] Re: Route not getting recognized

2011-04-07 Thread Luka Stolyarov
Works like a charm. Thanks a lot! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send em

[Rails] Route not getting recognized

2011-04-07 Thread Luka Stolyarov
Hello. I have a strange issue I can't figure out: In routes.rb I create this route: map.connect('/api/v2/store/individual_offer/:offer_id', { :controller => '/api/v2/store', :action => :individual_offer , }) Then, in the view I generate a url in this way: url_f