Header done, needs suggestion

This commit is contained in:
Gopesh Tulsyan 2014-05-10 17:55:01 +05:30
parent 53809aaceb
commit 2a3410c7ec
2 changed files with 40 additions and 4 deletions

View file

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