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.38.1 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.38.1 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.37.2 spec/fixtures/rails5_users_app/app/controllers/health_controller.rb
appmap-0.37.2 spec/fixtures/rails6_users_app/app/controllers/health_controller.rb
appmap-0.37.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.36.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.35.2 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.35.1 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.35.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.34.5 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.34.4 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.34.2 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.34.1 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.34.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.33.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.32.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.31.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.28.1 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.28.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb
appmap-0.27.0 spec/fixtures/rails_users_app/app/controllers/health_controller.rb