The working basics

This commit is contained in:
Godwin
2014-03-09 16:05:46 -06:00
parent 76bf7164e8
commit 38ed0c7c53
43 changed files with 0 additions and 1681 deletions
@@ -1,13 +0,0 @@
class CreateTranslationsAgain < ActiveRecord::Migration
def change
create_table :translations do |t|
t.string :locale
t.string :key
t.text :value
t.text :interpolations
t.boolean :is_proc, :default => false
t.timestamps
end
end
end