Class: Landable::Api::ConfigurationsController

Inherits:
Landable::ApiController show all
Defined in:
app/controllers/landable/api/configurations_controller.rb

Constant Summary

Constants inherited from Landable::ApiController

Landable::ApiController::API_MEDIA_REGEX

Instance Method Summary collapse

Methods inherited from Landable::ApiController

#api_media

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/landable/api/configurations_controller.rb', line 6

def show
  respond_with configurations: [Landable.configuration.as_json]
end