Sha256: 1f15055bf38900098756028ae55dcb4bd77ff27e3e0a0207123ff18af05fe47d

Contents?: true

Size: 239 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
landable-1.13.1 app/controllers/landable/api/configurations_controller.rb
landable-1.12.3 app/controllers/landable/api/configurations_controller.rb
landable-1.12.2 app/controllers/landable/api/configurations_controller.rb
landable-1.12.1 app/controllers/landable/api/configurations_controller.rb
landable-1.11.1 app/controllers/landable/api/configurations_controller.rb
landable-1.11.0 app/controllers/landable/api/configurations_controller.rb
landable-1.10.0.rc2 app/controllers/landable/api/configurations_controller.rb
landable-1.10.0.rc1 app/controllers/landable/api/configurations_controller.rb
landable-1.9.2 app/controllers/landable/api/configurations_controller.rb
landable-1.9.1 app/controllers/landable/api/configurations_controller.rb
landable-1.9.0 app/controllers/landable/api/configurations_controller.rb