Sha256: 99aa8011d1991774262327da8ad5632eb02715e21d93cc01ab2769b215fefc7a
Contents?: true
Size: 206 Bytes
Versions: 19
Compression:
Stored size: 206 Bytes
Contents
class AddPageTitleToPages < ActiveRecord::Migration def change I18n.available_locales.each do |locale| add_column :kuhsaft_pages, "page_title_#{locale.to_s.underscore}", :text end end end
Version data entries
19 entries across 19 versions & 2 rubygems