Sha256: b1e3880bc85bf93b4e99237ba2ffdce98ce39716c39be506f73a711dffceb2a8

Contents?: true

Size: 350 Bytes

Versions: 56

Compression:

Stored size: 350 Bytes

Contents

module Cmor
  module Contact
    class Engine < ::Rails::Engine
      isolate_namespace Cmor::Contact

      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

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
cmor_contact-0.0.60.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.59.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.58.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.57.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.56.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.55.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.54.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.53.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.52.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.51.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.50.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.49.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.48.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.45.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.44.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.43.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.42.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.41.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.40.pre lib/cmor/contact/engine.rb
cmor_contact-0.0.39.pre lib/cmor/contact/engine.rb