-
Notifications
You must be signed in to change notification settings - Fork 0
Generate sample data
Gabriel Augendre edited this page Aug 27, 2016
·
2 revisions
heroku run bash
rails console
3.times do
begin
FactoryGirl.create :membership
rescue => _
end
end
3500.times do
begin
FactoryGirl.create :student, :is_member, :with_department, :with_study_year
rescue => _
end
end
Documentation under Creative Commons BY-SA
© 2016 BdE INSA Lyon