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:

config/routes.rb
# See how all your routes lay out with "rake routes"
map.namespace :admin do |admin|
admin.resources :artwork_sizes, :artwork_materials, :artwork_placement_reasons, :techniques
admin.resources :artwork_sizes, :artwork_materials, :artwork_placement_reasons, :artwork_supports
admin.resources :artwork_conditions, :member => {:move => :put}
admin.resources :artwork_sets, :has_many => [ :artwork_groups ]
admin.resources :artworks, :has_many => [ :artwork_step_images ]

Also available in: Unified diff