class Spree::Api::Engine
Public Class Methods
root()
click to toggle source
# File lib/spree/api/engine.rb, line 35 def self.root @root ||= Pathname.new(File.expand_path('../../..', __dir__)) end
# File lib/spree/api/engine.rb, line 35 def self.root @root ||= Pathname.new(File.expand_path('../../..', __dir__)) end