Merge pull request #3528 from betagouv/dev

2019-02-28-01
This commit is contained in:
LeSim 2019-02-28 19:24:21 +01:00 committed by GitHub
commit e16d621783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
ActiveStorage::Service.url_expires_in = 1.hour

View file

@ -0,0 +1,5 @@
class AddProcedureIdIndexToTypesDePieceJustificative < ActiveRecord::Migration[5.2]
def change
add_index :types_de_piece_justificative, :procedure_id
end
end