appirits/comable

View on GitHub
sample/lib/comable/sample/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Comable
  module Sample
    class Engine < ::Rails::Engine
    end
  end
end