Sha256: 22e1b28599898c3ed1f4450d02e53be638515dabe20a6462176da38532034fcc
Contents?: true
Size: 277 Bytes
Versions: 18
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module KepplerFrontend module Urls # Roots class Roots def initialize; end def keppler_root Rails.root end def rocket_root "#{keppler_root}/rockets/keppler_frontend" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems