Retrospring/app/controllers/notifications_controller.rb

7 lines
113 B
Ruby
Raw Normal View History

2014-12-09 13:35:11 -08:00
class NotificationsController < ApplicationController
2014-12-12 08:54:13 -08:00
before_filter :authenticate_user!
2014-12-09 13:35:11 -08:00
def index
end
end