Sha256: 8bc987905f06ee1c19f0b31a3446d177d42f3096a8c16aff96b25287f50a9806
Contents?: true
Size: 110 Bytes
Versions: 36
Compression:
Stored size: 110 Bytes
Contents
class MusicianController < ActionController::Base def index render :text => Artist.find(:all) end end
Version data entries
36 entries across 36 versions & 1 rubygems