goncalvesjoao/rest_my_case

View on GitHub
lib/rest_my_case/config/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RestMyCase
  module Config
    module Base
      attr_accessor :parent_dependencies_first, :silence_dependencies_abort
    end
  end
end