On 19 March 2012 16:12, Erwin wrote:
> in my routes.rb I have a route
>
> resources :projects do
> member do
> put "change_photo"
> end
> end
>
> checked with rake routes CONTROLLER=projects
>>> change_photo_project PUT /projects/:id/change_photo(.:format)
>>> projects#chang
in my routes.rb I have a route
resources :projects do
member do
put "change_photo"
end
end
checked with rake routes CONTROLLER=projects
>> change_photo_project PUT /projects/:id/change_photo(.:format)
>> projects#change_photo
from my projects#show I render a partial w
2 matches
Mail list logo