Sha256: 136c05e79028a2048ca6c9050ae3a9a4d611ad92f47dd0add3032a3438ff7256

Contents?: true

Size: 106 Bytes

Versions: 210

Compression:

Stored size: 106 Bytes

Contents

class HealthController < ActionController::API
  def show
    render nothing: true, status: 204
  end
end

Version data entries

210 entries across 118 versions & 1 rubygems

Version Path
appmap-0.44.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.44.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.43.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.43.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.42.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.42.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.42.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.42.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.41.2 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.41.2 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.41.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.41.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.41.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.41.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.40.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.40.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.39.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.39.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.39.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.39.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb