Sha256: 4b0b06fdb2e659bee7523e39919809930308be776c1be94ee2fe752728540520
Contents?: true
Size: 398 Bytes
Versions: 56
Compression:
Stored size: 398 Bytes
Contents
module Cmor module Contact module Backend class Engine < ::Rails::Engine isolate_namespace Cmor::Contact::Backend config.generators do |g| g.test_framework :rspec, fixture: true g.fixture_replacement :factory_girl, dir: 'spec/factories' g.form_builder :simple_form g.template_engine :haml end end end end end
Version data entries
56 entries across 56 versions & 1 rubygems