Project

General

Profile

Download (246 Bytes) Statistics
| Branch: | Tag: | Revision:
c7dd4b36 Marc Dequènes (Duck)
class ViewController < ApplicationController
8ff59b90 Marc Dequènes (Duck)
def artwork
@artwork = Artwork.find(params[:id])
end

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