You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# lib/tasks/development.rakeabort"Seeds can only be loaded in local environments"unlessRails.env.local?namespace:developmentdonamespace:dbdodesc"Loads seed data into development."taskseed: :environmentdoDevelopment::Seeder.load_seedsendnamespace:seeddodesc"Truncate tables of each database for development and loads seed data."taskreplant: ["environment","db:truncate_all","development:db:seed"]endendend