search for: formnline

Displaying 1 result from an estimated 1 matches for "formnline".

Did you mean: formonline
2012 Feb 01
0
Rails 3.1 form & routes.rb [newbie]
...rails generate scaffold FormOnline comune:string provincia:string richiedente:text email_richiedente:string 4. after I delete the /public/index.html 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...