class Pettanr.ResourcePicturesController extends Pettanr.AppController index: () -> @filer_list() by_artist: () -> @filer_list() by_license_group: () -> @filer_list() by_license: () -> @filer_list() show_html: () -> show: () -> @set_show() switch @params['format'] when 'prof' @show_prof() when 'html' @show_html()