Retrospring/app/controllers/notifications_controller.rb

7 lines
113 B
Ruby

class NotificationsController < ApplicationController
before_filter :authenticate_user!
def index
end
end