You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
respond_to do |format|
format.html
format.json do
render json: VolunteerManagement::Admin::AssignmentsDatatable.new(
view_context,
school_id: @school.id,
role_map: @role_map,
)
end
end
VolunteerManagement::Admin::AssignmentsDatatable inherits from AjaxDatatablesRails::Base
Apologies if this isn't as thorough as expected. First time making an issue report. Will be happy to provide further details.
The text was updated successfully, but these errors were encountered:
Making a jump from 0.4.2 to the latest 1.3.1 version and Im now receiving an error:
The error points to this segment of code.
VolunteerManagement::Admin::AssignmentsDatatable
inherits fromAjaxDatatablesRails::Base
Apologies if this isn't as thorough as expected. First time making an issue report. Will be happy to provide further details.
The text was updated successfully, but these errors were encountered: