Displaying 1 result from an estimated 1 matches for "new_formonline_path".
2012 Feb 01
0
Rails 3.1 form & routes.rb [newbie]
...l the file
5. Change the config/routes.rb file with this code
MyApp::Application.routes.draw do
resources :formonline
root :to => ''formnline#index''
end
**** ISSUE ****
when I reload the home page I have no problem but when I have to click
in the link like
''new_formonline_path''
can''t see the page is a problem of vhost file config? or I have to chage
the config/routes.rb file
thank you in advances
Cluter
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&...