1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Create association of translations with their problems

This commit is contained in:
2014-12-15 00:38:29 +01:00
parent 79ed82cfd8
commit bbe80b1409
4 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddProblemToTranslation < ActiveRecord::Migration
def change
add_reference :translations, :problem, index: true
end
end