On 7 April 2011 23:39, Bryan Crossland wrote:
> On Thu, Apr 7, 2011 at 4:50 PM, Luka Stolyarov wrote:
>>
>> 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 =>
On Thu, Apr 7, 2011 at 4:50 PM, Luka Stolyarov wrote:
> 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_of
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
3 matches
Mail list logo