Sha256: 2fd3ea01a3d1b2ec979033630a28f847bf5b8e073cca881bba229b227018b39f
Contents?: true
Size: 647 Bytes
Versions: 11
Compression:
Stored size: 647 Bytes
Contents
require File.expand_path('../../refinery', __FILE__) require 'truncate_html' require 'will_paginate' require 'refinery/i18n' require 'zilch/authorisation' module Refinery module Core require 'refinery/core/default_route' 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' require 'jquery-ui-rails' require 'sass-rails' require 'coffee-rails'
Version data entries
11 entries across 11 versions & 1 rubygems