Sha256: 88ad7042bad4736cffd8f69e157a5891419e7737a4b2cb9a16f2ce7dc5d2a350
Contents?: true
Size: 401 Bytes
Versions: 12
Compression:
Stored size: 401 Bytes
Contents
# should be able to move these to more appropriate places WAGN_GEM_ROOT = File.expand_path('../..', __FILE__) module Wagn class << self def root Rails.root end def application Rails.application end def config application.config end def paths application.paths end def gem_root WAGN_GEM_ROOT end end end
Version data entries
12 entries across 12 versions & 1 rubygems