socialforge/app/controllers/contest_notification_contro...

6 lines
139 B
Ruby
Raw Normal View History

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