AgileVentures / WebsiteOne

A website for Agile Ventures

Home Page:https://www.agileventures.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-learning: Add seed data for Courses

mattlindsey opened this issue · comments

30.times do
Course.create!([{
title: Faker::Educator.course_name,
description: Faker::TvShows::GameOfThrones.quote
}])
end