mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix Datatables
Using `def_delegator` needs Forwardable
This commit is contained in:
parent
c436ae172c
commit
19d8afa613
4 changed files with 6 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ module Admin
|
|||
respond_to do |format|
|
||||
format.html
|
||||
format.json do
|
||||
render json: RegistrationDatatable.new(view_context, conference: @conference)
|
||||
render json: RegistrationDatatable.new(view_context: view_context, conference: @conference)
|
||||
end
|
||||
format.pdf { render 'index', layout: false }
|
||||
format.xlsx do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue