Added bike show api method

This commit is contained in:
Jason Denney
2014-03-08 15:03:52 -05:00
parent 523046b042
commit dc0a567a27
11 changed files with 111 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if Rails.env.development?
#create fake bikes
if Bike.all.empty?
42.times do |n|
FactoryGirl.create(:bike)
FactoryGirl.create(:seed_bike)
end
end
elsif Rails.env.production?