engine/db/seeds.rb

3 lines
206 B
Ruby
Raw Normal View History

Site.create! :name => 'Locomotive test website', :subdomain => 'test'
Account.create :name => 'Admin', :email => 'admin@locomotiveapp.org', :password => 'locomotive', :password_confirmation => 'locomotive'