Sha256: ffe8fdbca9fe3049e529b81eb2845d788534e2a07f4b4f207691028190919c4f
Contents?: true
Size: 236 Bytes
Versions: 20
Compression:
Stored size: 236 Bytes
Contents
prepend Respond, Actions # Respond with json: respond.with_json # This method should return HTML, even thought this controller responds with JSON. on 'hello-world' do succeed! content: "<p>Hello World</p>", :type => 'text/html' end
Version data entries
20 entries across 20 versions & 1 rubygems