3 lines
206 B
Ruby
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'
|