Fixes to splash page view&controller
This commit is contained in:
parent
047c1dd288
commit
65152f8753
8 changed files with 37 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class ConferenceController < ApplicationController
|
||||
def show
|
||||
@conference = Conference.find_by_title(params[:conference_id])
|
||||
@conference = Conference.find_by_title(params[:id])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue