Sha256: 44693d7fbd978cac0c6ab562e618d44d25327e8daad0e4c84a59926a3d971985

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

module Recommendable
  class Engine < ::Rails::Engine
    isolate_namespace Recommendable
    engine_name "recommendable"
    
    class << self
      attr_accessor :root
      
      def root
        @root ||= Pathname.new(File.expand_path('../../', __FILE__))
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
recommendable-0.1.6 lib/recommendable/engine.rb