Stroy#105839906 more cleanup to remove legal_documents_versions + some code reading-refactorings

This commit is contained in:
Vladimir Krylov 2015-11-17 14:44:10 +02:00
parent c0960e9184
commit 3f17f728eb
4 changed files with 14 additions and 46 deletions

View file

@ -6,7 +6,6 @@ class DropLogLegalDocuments < ActiveRecord::Migration
end
def down
# removed concern Version, which removed LegalDocumentVersion
fail ActiveRecord::IrreversibleMigration
# we don't want it back
end
end