mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 16:06:03 +01:00
6 lines
113 B
Ruby
6 lines
113 B
Ruby
class NotificationsController < ApplicationController
|
|
before_filter :authenticate_user!
|
|
|
|
def index
|
|
end
|
|
end
|