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    
Size: Mime:
require 'active_admin'
module AdminStamp
  module Components
    class Footer < ::ActiveAdmin::Views::Footer
      private

      def powered_by_message
        "Neoteric CMS v.7 - #{Time.zone.today.year}"
      end
    end
  end
end