Module: PassionView::Filterable::Controller

Extended by:
ActiveSupport::Concern
Defined in:
lib/passion_view/filterable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#filter_paramsObject



44
45
46
# File 'lib/passion_view/filterable.rb', line 44

def filter_params
  params[:filters]&.to_unsafe_h || {}
end