Sha256: 6543daba9682f1559fde83540fa7f12463e6f1d72f93f23856d052d3e63d920d
Contents?: true
Size: 623 Bytes
Versions: 22
Compression:
Stored size: 623 Bytes
Contents
class Add<%= get_locale.classify %>Translation < ActiveRecord::Migration def change add_column :kuhsaft_pages, :title_<%= get_locale %>, :string add_column :kuhsaft_pages, :slug_<%= get_locale %>, :string add_column :kuhsaft_pages, :keywords_<%= get_locale %>, :string add_column :kuhsaft_pages, :description_<%= get_locale %>, :text add_column :kuhsaft_pages, :body_<%= get_locale %>, :text add_column :kuhsaft_pages, :url_<%= get_locale %>, :text add_column :kuhsaft_pages, :redirect_url_<%= get_locale %>, :text add_column :kuhsaft_pages, :fulltext_<%= get_locale %>, :text end end
Version data entries
22 entries across 22 versions & 1 rubygems