Retrospring/app/controllers/notifications_controller.rb

8 lines
139 B
Ruby

class NotificationsController < ApplicationController
before_filter :authenticate_user!
def index
@type = params[:type]
end
end