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    
activeadmin / lib / active_admin / view_helpers / active_admin_application_helper.rb
Size: Mime:
module ActiveAdmin
  module ViewHelpers
    module ActiveAdminApplicationHelper

      # Returns the current Active Admin application instance
      def active_admin_application
        ActiveAdmin.application
      end

    end
  end
end