Sha256: 265beb160b016e32ac30f085094fb1efea95296933f92f2cd8f2667ff9fda712
Contents?: true
Size: 509 Bytes
Versions: 16
Compression:
Stored size: 509 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 def future_stamp ## used in test data @@future_stamp ||= Time.local 2020,1,1,0,0,0 end end end
Version data entries
16 entries across 16 versions & 1 rubygems