Sha256: ac7ce43a56a735a5e11d80a50e3c755564b3eef4d2019de7dac2ab26923aa089

Contents?: true

Size: 196 Bytes

Versions: 28

Compression:

Stored size: 196 Bytes

Contents

module Refinery
  module ValidEngine

    class << self
      def root
        Pathname.new File.expand_path("../", __FILE__)
      end
    end

    class Engine < Rails::Engine
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
refinerycms-core-2.0.7 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.6 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.5 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.4 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.3 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.2 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.1 spec/support/fixtures/valid_engine.rb
refinerycms-core-2.0.0 spec/support/fixtures/valid_engine.rb