retrospring/app/controllers/notifications_controller.rb

7 lines
113 B
Ruby
Raw Normal View History

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