Project

General

Profile

« Previous | Next » 

Revision 8ff59b90

Added by Marc Dequènes almost 15 years ago

  • ID 8ff59b90e699695c175ab594a2687ef11878682d

[evol] added artwork view and now use the new image frame in all views

View differences:

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

Also available in: Unified diff