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