Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions lib/strainer/behaviors/abstract_mysql_adapter.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/strainer/behaviors/parameters_as_hash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module ReConvertValue

private

def convert_value(value, conversion: nil)
def convert_value(value, options = {})
return value if value.is_a? ActionController::Parameters

super
Expand Down
1 change: 0 additions & 1 deletion lib/strainer/patches.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def self.setup!(component)
)
when :active_record
load_behaviors(
Behaviors::AbstractMysqlAdapter,
Behaviors::ForcedReloading,
Behaviors::RelationDelegationChanges,
Behaviors::FinderChanges,
Expand Down