rename type_champs into type_champ and change links/routes for procedure : use show instead of edit
This commit is contained in:
parent
9942525984
commit
5a422c75ac
21 changed files with 84 additions and 48 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameTypeChampsIntoTypeChamp < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :types_de_champ, :type_champs, :type_champ
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue