You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, ActsAsTaggableOn::Taggable::Cache intercepts calls to
columns by using instance_eval. Unfortunately, if the user had defined
columns before invoking acts-as-taggable-on, their method would be
overridden.
This commit ensures the intercept happens as part of the inheritance
ancestor walk-up, before any user-defined methods.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Each change should fall into categories that would affect whether the release is
5
5
As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch. And _misc_ is either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding tests would be patch level.
0 commit comments