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    
neoteric-blog / lib / neoteric-blog / engine.rb
Size: Mime:
require 'neoteric-archiver'

module NeotericBlog
  class Engine < ::Rails::Engine
    isolate_namespace NeotericBlog
  end
end