retrospring/app/controllers/notifications_controller.rb
2014-12-12 17:54:13 +01:00

6 lines
113 B
Ruby

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