search for: email_richiedente

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

2012 Feb 01
0
Rails 3.1 form & routes.rb [newbie]
...>= 1.0.3'' end gem ''jquery-rails'' group :test do # Pretty printed test output gem ''turn'', :require => false end 3. after I create a formonline with a scaffold 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 w...