Monkey patch ES gem by re-opening module
The reason to do this instead of the prepend approach is that this module is included in other places and as such prepending over that method later seems to have no effect.
Showing
Please register or sign in to comment