Retrospring/app/controllers/notifications_controller.rb

5 lines
76 B
Ruby

class NotificationsController < ApplicationController
def index
end
end