Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround ActiveSupport::Concern error
See laserlemon#111. This issue seems to be the gem defines 2 Version::VersionMethods modules, one users.rb and one in version_tagging.rb, each with an `included` block. As quick proof of concept rename the module in VersionTagging (since we don't use that feature) to `VersionTaggingMethods` and update the `class_eval` block to reflect the change. A better approach might be to namesoace each `VersionMethods` module to the parent module, e.g. `VestalVersions::VersionTagging::VersionMethods` and `VestalVersions::User::VersionMethods`
- Loading branch information