Indent using spaces, not tabs
This commit is contained in:
parent
d1e463b7ab
commit
a1ee82f3dd
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
if LogStasher.enabled
|
||||
LogStasher.add_custom_fields do |fields|
|
||||
fields[:type] = "tps"
|
||||
fields[:type] = "tps"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
class RenameDossierPdfintofPieceJointe < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :dossier_pdfs, :pieces_jointes
|
||||
rename_table :dossier_pdfs, :pieces_jointes
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue