Repository URL to install this package:
module Eventful module CoreExt module ActionController def eventful send :include, ::Eventful::Controller end end end end