Project

General

Profile

« Previous | Next » 

Revision 70e65017

Added by Marc Dequènes about 15 years ago

  • ID 70e65017593750754038374c7fab3b153ba60b5d

[fix] renamed 'technique' into more appropriate name 'artwork_support', and update schema and translations (Closes #4)

View differences:

app/controllers/admin/artworks_controller.rb
@artwork_materials = ArtworkMaterial.find(:all, :order => "name ASC")
@artwork_conditions = ArtworkCondition.find(:all, :order => "position ASC")
@artwork_placement_reasons = ArtworkPlacementReason.find(:all, :order => "name ASC")
@techniques = Technique.find(:all, :order => "name ASC")
@artwork_supports = ArtworkSupport.find(:all, :order => "name ASC")
end
end

Also available in: Unified diff