Sha256: 9a32f9e68ff69e561a47bdb299d9780bbb8b9e6c377bf047cace3fe11746d9b2

Contents?: true

Size: 213 Bytes

Versions: 6

Compression:

Stored size: 213 Bytes

Contents

module Adherent
  class Engine < ::Rails::Engine
    isolate_namespace Adherent
    
    I18n.default_locale = :fr
      
    config.generators.templates.unshift File.expand_path("lib/templates", root)

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.1 lib/adherent/engine.rb
adherent-0.1.0 lib/adherent/engine.rb
adherent-0.0.9 lib/adherent/engine.rb
adherent-0.0.7 lib/adherent/engine.rb
adherent-0.0.6 lib/adherent/engine.rb
adherent-0.0.5 lib/adherent/engine.rb