If the only route defined is resources :products, what is an example of a URL that could be generated by this link_to method?
link_to('Link', {controller: 'products', action: 'index', page: 3})
If the only route defined is resources :products, what is an example of a URL that could be generated by this link_to method?
link_to('Link', {controller: 'products', action: 'index', page: 3})