search for: formonline

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

2012 Feb 01
0
Rails 3.1 form & routes.rb [newbie]
...#39;'coffee-rails'', ''~> 3.1.1'' gem ''uglifier'', ''>= 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 :t...