mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Added bike show api method
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user