Sha256: e9718eeb34f64005666e27e6730f6427ea3eb5a62a80ebeff34dfd99388ef4f1

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 Bytes

Contents

require 'projectdx_pipeline'
require 'rails'

module ProjectdxPipeline
  class Railtie < Rails::Railtie
    railtie_name :projectdx_pipeline

    rake_tasks do
      load "tasks/projectdx_pipeline.rake"
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
projectdx_pipeline-1.3.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-1.2.2 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-1.2.1 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-1.2.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-1.1.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-1.0.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-0.2.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-0.1.0 lib/projectdx_pipeline/railtie.rb
projectdx_pipeline-0.0.1 lib/projectdx_pipeline/railtie.rb