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

Version Path
keppler-2.1.22 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.21 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.20 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.19 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.18 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.17 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.16 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.15 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.14 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.13 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.12 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.11 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.10 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.9 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.8 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.7 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.6 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb
keppler-2.1.5 installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/roots.rb