Module: Katalyst::Tables::Collection::HasParams

Extended by:
ActiveSupport::Concern
Included in:
Core
Defined in:
app/models/concerns/katalyst/tables/collection/has_params.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_paramsObject

Returns a hash of the current attributes that have changed from defaults. This uses Refinements internally so it needs to be exposed publicly with this super call. rubocop:disable Lint/UselessMethodDefinition



36
37
38
# File 'app/models/concerns/katalyst/tables/collection/has_params.rb', line 36

def to_params
  super
end