root/app/controllers/view_controller.rb @ 14a5963c
class ViewController < ApplicationController
|
|
def set
|
|
@artwork_set = ArtworkSet.find(params[:id])
|
|
end
|
|
end
|
class ViewController < ApplicationController
|
|
def set
|
|
@artwork_set = ArtworkSet.find(params[:id])
|
|
end
|
|
end
|