Project

General

Profile

Download (113 Bytes) Statistics
| Branch: | Tag: | Revision:
class ViewController < ApplicationController
def set
@artwork_set = ArtworkSet.find(params[:id])
end
end
(5-5/6)