Sha256: a281d647581f2fa82e7b69acdf6231fa0adcfe4bd95493675b8231a0b023cae4
Contents?: true
Size: 165 Bytes
Versions: 8
Compression:
Stored size: 165 Bytes
Contents
class StatusesController < ActionController::Base self.responder = Rapporteur::Responder respond_to :json def show respond_with(Rapporteur.run) end end
Version data entries
8 entries across 8 versions & 1 rubygems