Sha256: 0d1f432c071f2df79f19cc5d52705f692aac98cc0f966bd2b8b3cfbc1d29df50
Contents?: true
Size: 505 Bytes
Versions: 6
Compression:
Stored size: 505 Bytes
Contents
require File.expand_path('../../refinery', __FILE__) require 'truncate_html' require 'will_paginate' require 'refinery/i18n' module Refinery module Core require 'refinery/core/engine' require 'refinery/core/configuration' class << self def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end end end end # this require has to be down here # see https://github.com/refinery/refinerycms/issues/2273 require 'decorators' require 'jquery-rails'
Version data entries
6 entries across 6 versions & 1 rubygems