correction mentioned by hound
This commit is contained in:
parent
cb8f4ccd2e
commit
8e31dd04d7
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class ConferencesController < ApplicationController
|
||||
def show
|
||||
@conference = Conference.find_by_title(params[:format])
|
||||
@conference = Conference.find_by_title(params[:format])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue