This commit is contained in:
Stella Rouzi 2014-07-21 13:10:16 +00:00
commit 59ed523e73
6 changed files with 39 additions and 35 deletions

View file

@ -4,7 +4,7 @@ module Admin
skip_before_filter :verify_authenticity_token, only: [:update]
layout 'schedule'
def show
def edit
if @conference.nil?
redirect_to admin_conference_index_path
return