Sha256: 0c1ae25b04c1d024b5358bb8f8554472c1cd4efe1ccf55a6e42943600f1d4ce0

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

require 'bootstrap-sass-rails'

module Refinery
  autoload :BootstrapGenerator, 'generators/refinery/bootstrap/bootstrap_generator'

  module Bootstrap
    require 'refinery/bootstrap/engine'

    class << self
      attr_writer :root

      def root
        @root ||= Pathname.new(File.expand_path('../../../', __FILE__))
      end

      def factory_paths
        @factory_paths ||= [ root.join('spec/factories').to_s ]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-bootstrap-0.0.1 lib/refinery/bootstrap.rb