class ContestNotificationController < ApplicationController
def show
@notification = ContestNotification.find(params[:id])
end