Sha256: c89452db9cfa9f22cbda2a62a7b0948d8daa0c5f0087737188042bbf6ccc9887

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 Bytes

Contents

require 'diffy'

module ForemanTemplates
  #Inherit from the Rails module of the parent app (Foreman), not the plugin.
  #Thus, inhereits from ::Rails::Engine and not from Rails::Engine
  class Engine < ::Rails::Engine

    rake_tasks do
      load "templates.rake"
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_templates-1.3.2 lib/foreman_templates/engine.rb
foreman_templates-1.3.1 lib/foreman_templates/engine.rb
foreman_templates-1.3.0 lib/foreman_templates/engine.rb
foreman_templates-1.2.0 lib/foreman_templates/engine.rb