Sha256: 3e0d179444175c97917d21b6bcc90c3dac54eb29dec549449a119e70d04af490
Contents?: true
Size: 136 Bytes
Versions: 27
Compression:
Stored size: 136 Bytes
Contents
class Responders::Text < ApplicationResponder def can_handle? true end def handle text_response('Hello text!') end end
Version data entries
27 entries across 27 versions & 1 rubygems