engine/db/seeds.rb
2010-04-13 16:26:40 +02:00

3 lines
206 B
Ruby

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