Skip to content

buoyant/Dynamic-Select-Menus-in-Rails-3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Dynamic Select Menus with Rails 3

configure your database.yml file

rake db:create
rake db:migrate
rake db:seed
rails s