CommentNotifier.call(@comment, @current_user)
ArgumentError (wrong number of arguments (given 1, expected 2)):
app/models/comment_notifier.rb:12:in `initialize'
app/models/comment_notifier.rb:5:in `call'
app/controllers/comments_controller.rb:18:in `create'