Files
ocelots/script/create_default_organisations.rb
2012-11-13 16:40:01 +08:00

4 lines
170 B
Ruby
Executable File

Organisation.create!(:name => 'ThoughtWorks', :domains => 'thoughtworks.com')
Organisation.create!(:name => 'Suncorp', :domains => 'suncorp.com.au,suncorpbanks.com.au')