diff --git a/script/create_default_organisations.rb b/script/create_default_organisations.rb index 91230e1..25700e6 100755 --- a/script/create_default_organisations.rb +++ b/script/create_default_organisations.rb @@ -1,3 +1,3 @@ -Organisation.create!(name: 'ThoughtWorks', domains: 'thoughtworks.com') -Organisation.create!(name: 'Suncorp', domains: 'suncorp.com.au,suncorpbanks.com.au') +Organisation.create!(:name => 'ThoughtWorks', :domains => 'thoughtworks.com') +Organisation.create!(:name => 'Suncorp', :domains => 'suncorp.com.au,suncorpbanks.com.au')