Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
evergreen / lib / evergreen / core_ext / action_controller.rb
Size: Mime:
module Evergreen
  module CoreExt
    module ActionController
      def evergreen
        send :include, ::Evergreen::Controller
      end
    end
  end
end