Skip to content

Prepend the Prependable module to ActiveSupport::Concern

username-removed-128633 requested to merge 1574-fix-prependable into master

This is more robust on Ruby 2.1 where we would get the following error:

NoMethodError: super: no superclass method `included' for EE::Namespace:Module

Closes #1574 (closed)

Merge request reports