Skip to content

Commit

Permalink
Fix search form test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasknoepfle committed Feb 12, 2020
1 parent 31a85b7 commit bc6eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/article_search_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def fresh?
end

def change changes
clean_hash self.attributes.merge(changes)
clean_hash self.attributes.merge(changes.stringify_keys)
end

def flip parameter
Expand Down

0 comments on commit bc6eddf

Please sign in to comment.