From 659231089c1ca262efe5f4b94eaa169f779b84fa Mon Sep 17 00:00:00 2001 From: RitikaNigam-ux <73180903+RitikaNigam-ux@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:45:07 -0600 Subject: [PATCH] Update seeds.rb --- app/db/seeds.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/db/seeds.rb b/app/db/seeds.rb index bc25fce3..e38aae25 100644 --- a/app/db/seeds.rb +++ b/app/db/seeds.rb @@ -5,3 +5,17 @@ # # movies = Movie.create([{ name: "Star Wars" }, { name: "Lord of the Rings" }]) # Character.create(name: "Luke", movie: movies.first) +more_theories = [ + {:name => 'Cognitive Constructive Theory', :description => '', + }, + {:name => 'Social Constructive Theory', :description => '', + }, + {:name => 'Situated Learning Theory', :description => '', + }, + {:name => 'Critical Pedagogy', :description => '', + }, + {:name => 'Transformative Learning theory', :description => '', + + } + + ]