Project

General

Profile

Download (184 Bytes) Statistics
| Branch: | Tag: | Revision:
c7dd4b36 Marc Dequènes (Duck)
class ViewController < ApplicationController
3523460d Marc Dequènes (Duck)
def set
@artwork_set = ArtworkSet.find(params[:id])
end
2e9b8af0 Marc Dequènes (Duck)
def group
@artwork_group = ArtworkGroup.find(params[:id])
end
c7dd4b36 Marc Dequènes (Duck)
end