|
|
@ -65,7 +65,7 @@ class ContestnotificationsController < ApplicationController
|
|
|
|
# GET /contestnotifications/1
|
|
|
|
# GET /contestnotifications/1
|
|
|
|
# GET /contestnotifications/1.json
|
|
|
|
# GET /contestnotifications/1.json
|
|
|
|
def show
|
|
|
|
def show
|
|
|
|
@contestnotification = Contestnotification.find(params[:id])
|
|
|
|
#@contestnotification = Contestnotification.find(params[:id])
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# respond_to do |format|
|
|
|
|
# respond_to do |format|
|
|
|
|
# format.html # show.html.erb
|
|
|
|
# format.html # show.html.erb
|
|
|
|