Skip to content

Commit

Permalink
Change 'value' field to 'text' and add interpolations field to the ta…
Browse files Browse the repository at this point in the history
…ble needed the ActiveRecord backend.
  • Loading branch information
pietro authored and Sven Fuchs committed Feb 25, 2010
1 parent 6100b3f commit 0f4bf07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/i18n/backend/active_record/translation.rb
Expand Up @@ -10,7 +10,8 @@ module Backend
# create_table :translations do |t|
# t.string :locale
# t.string :key
# t.string :value
# t.text :value
# t.text :interpolations
# t.boolean :is_proc, :default => false
# end
#
Expand Down

0 comments on commit 0f4bf07

Please sign in to comment.