diff --git a/db/seeds.rb b/db/seeds.rb index 96cb7b4..5d4aedd 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -624,6 +624,12 @@ }, 'plans' => { description: "allows a user access to the plans api endpoint" + }, + 'templates' => { + description: "allows a user access to the templates api endpoint" + }, + 'statistics' => { + description: "allows a user access to the statistics api endpoint" } }