vinistock/correspondent

View on GitHub
lib/correspondent/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Correspondent
  class Engine < ::Rails::Engine # :nodoc:
    isolate_namespace Correspondent
    config.generators.api_only = true
  end
end