Sha256: f69e9f0ca9018a803c6d78b64efcad68054a268782d218bf0cfdc0cf8cdf0a6b
Contents?: true
Size: 160 Bytes
Versions: 14
Compression:
Stored size: 160 Bytes
Contents
class CreateLitLocales < ActiveRecord::Migration def change create_table :lit_locales do |t| t.string :locale t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems