class NotificationsController < ApplicationController
  before_filter :authenticate_user!

  def index
  end
end