Sha256: 648e4ab8082749ab825e8dd3f95c9b8106c6d4abeae4f7e3e467364bc1c8b19e

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

module PolicyManager
  class Engine < ::Rails::Engine
    isolate_namespace PolicyManager
    config.autoload_paths << File.expand_path("lib/generators", __dir__)
    config.generators do |g|
      g.test_framework :rspec, :fixture => false
      #g.fixture_replacement :factory_girl, :dir => 'spec/factories'
      g.assets false
      g.helper false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gdpr_rails-0.5.1 lib/policy_manager/engine.rb
gdpr_rails-0.5.0 lib/policy_manager/engine.rb