Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't override module name on AV::Base subclass
We should avoid overriding name if possible because it is confusing to developers and it also can causes bugs in code which deal with modules but aren't using the Module.instance_method(:name).bind workaround. I believe we can achieve the desired "method missing" behaviour by just redefining inspect. Refs rails#39819
- Loading branch information