diff --git a/lib/tasks/kandan.rake b/lib/tasks/kandan.rake index 64675f92..216ad488 100644 --- a/lib/tasks/kandan.rake +++ b/lib/tasks/kandan.rake @@ -45,7 +45,7 @@ namespace :kandan do if channel.nil? puts "Creating default channel..." - channel = Channel.create :name => "Lobby" + channel = Channel.create! name: 'Lobby', user: user ["Welcome to Kandan, the slickest chat app out there. Brought to you by the good people of KandanApp (http://kandanapp.com) and friends", "We think you'll really like Kandan, but if there's anything you would like to see, Kandan is fully open source, so you can dive into it or make suggestions.",