Header done, needs suggestion
This commit is contained in:
parent
53809aaceb
commit
2a3410c7ec
2 changed files with 40 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
class ConferenceController < ApplicationController
|
||||
layout false
|
||||
|
||||
def show
|
||||
@conference = Conference.find_by_title(params[:id])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue