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.83.4 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.83.4 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.83.3 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.83.3 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.83.2 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.83.2 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.83.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.83.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.83.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.83.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.82.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.82.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.81.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.81.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.81.0 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.81.0 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.80.2 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.80.2 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.80.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.80.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb