Sha256: 9c4649c5a56a7b10aa1408067a3bb93ad1df88440bd295b4c52cf1380dfa0d5e
Contents?: true
Size: 200 Bytes
Versions: 14
Compression:
Stored size: 200 Bytes
Contents
Band = Struct.new(:name) class BandsController < ActionController::Base include Roar::Rails::ControllerAdditions represents :json, Band def show respond_with Band.new("Bodyjar") end end
Version data entries
14 entries across 14 versions & 2 rubygems