# This file should contain all the record creation needed to seed the database with its default values. # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). # # Examples: # # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) # Mayor.create(name: 'Emanuel', city: cities.first) # User.seed_once(:email) do |user| # user.email = "default_user@mynumber.admin" # user.password = "admin0123" # user.password_confirmation = "admin0123" # user.role = "super_admin" # user.confirmed_at = DateTime.now # end SeedFu.seed(SeedFu.fixture_paths,/checkways|numbercation_media|identification_media|column_name_setting|purposes/) if Rails.env.development? SeedFu.seed(SeedFu.fixture_paths,/users/) end