This commit is contained in:
Christopher Byrd 2017-03-10 16:41:28 +00:00 committed by GitHub
commit 75dc414dda
6 changed files with 6 additions and 6 deletions

View file

@ -167,7 +167,7 @@ module Admin
def edit
@conferences = Conference.all
@date_string = date_string(@conference.start_date, @conference.end_date)
@date_string = @conference.date_range_string
respond_to do |format|
format.html
format.json { render json: @conference.to_json }