Class: Spree::Api::Returnly::VersionController

Inherits:
ApiController
  • Object
show all
Defined in:
app/controllers/spree/api/returnly/version_controller.rb

Instance Method Summary collapse

Methods inherited from ApiController

#set_headers

Instance Method Details

#indexObject



5
6
7
8
9
10
# File 'app/controllers/spree/api/returnly/version_controller.rb', line 5

def index
  render json: {
      extension_version: ::Returnly::VERSION,
      platform_version: ::Returnly.platform_version
  }
end