FEATURE: filter admin reports via user group

This commit is contained in:
Arpit Jalan
2016-02-03 07:59:51 +05:30
parent 7d992cb4c5
commit eec8436cfe
12 changed files with 90 additions and 31 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class ExportCsvController < ApplicationController
@_export_params ||= begin
params.require(:entity)
params.require(:entity_type)
params.permit(:entity, :entity_type, args: [:name, :start_date, :end_date, :category_id])
params.permit(:entity, :entity_type, args: [:name, :start_date, :end_date, :category_id, :group_id])
end
end
end