Sha256: 44507bdf778e71e4715c0e4b7da55e59fecf52dcfc038d3fdec178c8cf343a61

Contents?: true

Size: 540 Bytes

Versions: 4

Compression:

Stored size: 540 Bytes

Contents

require 'refinerycms-core'

module Refinery
  autoload :ContactsGenerator, 'generators/refinery/contacts_generator'

  module Contacts
    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

    require 'refinery/contacts/engine'
    require 'refinery/contacts/configuration'
    require 'refinery/contacts/extensions/pages_extension'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-contacts-0.2.0 lib/refinery/contacts.rb
refinerycms-contacts-0.1.2 lib/refinery/contacts.rb
refinerycms-contacts-0.1.1 lib/refinery/contacts.rb
refinerycms-contacts-0.1.0 lib/refinery/contacts.rb