Skip to content

Commit

Permalink
specify it is a class
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Jan 10, 2021
1 parent 729674c commit 0e85691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [#392][] - Integer parsing now defaults the base to 10.
([how to upgrade](#integer-parsing-base-now-10))
- The `inputs` method now returns an `ActiveInteraction::Input` instead of a
hash. The `ActiveInteraction::Input` still responds to all hash methods.
hash. The `ActiveInteraction::Input` class still responds to all hash methods.
- The `object` and `record` filters now only accept an instance of the correct
class type or a subclass of the correct class. They no longer allow you to
check for included modules. ([how to upgrade](#object-and-record-filter-changes))
Expand Down

0 comments on commit 0e85691

Please sign in to comment.