re-namespacing since part of this exercise will be upgrading a rails2 app to rails3

This commit is contained in:
Dan Buch
2012-03-03 23:54:49 -05:00
parent 2a3ed69653
commit efc5cac809
47 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# Examples:
#
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
# Major.create(:name => 'Daley', :city => cities.first)