You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/tasks/kandan.rake
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ namespace :kandan do
45
45
46
46
ifchannel.nil?
47
47
puts"Creating default channel..."
48
-
channel=Channel.create:name=>"Lobby"
48
+
channel=Channel.create!name: 'Lobby',user: user
49
49
50
50
["Welcome to Kandan, the slickest chat app out there. Brought to you by the good people of KandanApp (http://kandanapp.com) and friends",
51
51
"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.",
0 commit comments