Experimenting with Netzke/ ExtJS

This commit is contained in:
Jason Denney
2012-12-23 09:02:07 -05:00
parent ead5f7b433
commit d7f5eb26bf
18 changed files with 345 additions and 51 deletions
+1
View File
@@ -22,6 +22,7 @@ if Rails.env.development?
#create default dev user
FactoryGirl.create(:user) if User.all.empty?
FactoryGirl.create(:user_profile) if UserProfile.all.empty?
#create fake bikes
if Bike.all.empty?