Revert "Header done, needs suggestion"

This reverts commit 2a3410c7ec.
This commit is contained in:
Gopesh Tulsyan 2014-05-12 20:38:29 +05:30
parent 2a3410c7ec
commit f9ec6cc893
2 changed files with 4 additions and 40 deletions

View file

@ -1,6 +1,4 @@
class ConferenceController < ApplicationController
layout false
def show
@conference = Conference.find_by_title(params[:id])
end