Sha256: 57405fc06c71f57b69e5b66e062ac7549c34d115814187981e750b4e328427fa

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

require 'refinerycms-core'

module Refinery
  autoload :TweetsGenerator, 'generators/refinery/tweets/tweets_generator'
  module Tweets
    require 'refinery/tweets/engine'
    require 'refinery/tweets/configuration'

    autoload :Version, 'refinery/tweets/version'

    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

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-tweets-2.1.0 lib/refinery/tweets.rb
refinerycms-tweets-1.0.0 lib/refinery/tweets.rb