class Tasks::CommentsController < ApplicationController
  include CommentsShared
  before_filter :require_login
end
