Sha256: e2f254e1cd5279332802b09b353aa118b84f678805f512ed6b1b98d7c1775842
Contents?: true
Size: 274 Bytes
Versions: 36
Compression:
Stored size: 274 Bytes
Contents
module Souls module Utils def get_mother_path FileUtils.pwd.split(Souls.configuration.app)[0] + Souls.configuration.app end def get_api_path FileUtils.pwd.split(Souls.configuration.app)[0] + Souls.configuration.app + "/apps/api" end end end
Version data entries
36 entries across 36 versions & 1 rubygems