added conference wide information page and linked to the admin sidebar
This commit is contained in:
parent
710b4d26a4
commit
35afdcead4
5 changed files with 54 additions and 1 deletions
|
|
@ -173,6 +173,12 @@ module Admin
|
|||
end
|
||||
end
|
||||
|
||||
def conference_wide_screen
|
||||
#To display sponsors in the conference wide information page
|
||||
@conference = Conference.find_by(short_title: params[:id])
|
||||
@sponsors = @conference.sponsors
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def conference_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue