Displaying 1 result from an estimated 1 matches for "addimagencontenido".
2007 Oct 15
6
Form with two buttons
...>
<%= end_form_tag %>
establishment_contents_controller.rb:
--------------------------------------
def llamada
if (params[:op].nil?) then
if (params[:op] == "delImage") then
destroy #Borra imagen
elsif (params[:op] == "addImage") then
addImagenContenido #AƱade imagen
end
end
end
The error:
-----------------------------------------
Template is missing
Missing template
./script/../config/../app/views/establishment_contents/llamada.rhtml
Thank you
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~-...