Sha256: 884d8fe72da652f73943be53e04fc472e36b5df0b676d75b99c79365d9d1a02f

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

require_dependency 'landable/api_controller'

module Landable
  module Api
    class ConfigurationsController < ApiController
      def show
        respond_with configurations: [Landable.configuration.as_json]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
landable-1.14.0 app/controllers/landable/api/configurations_controller.rb
landable-1.13.2 app/controllers/landable/api/configurations_controller.rb