Sha256: 5a7f2b4f3d40131641cd7c6923d70a761ff45f18940c71637d5a7b6278816256
Contents?: true
Size: 205 Bytes
Versions: 16
Compression:
Stored size: 205 Bytes
Contents
class AddPageTitleToPages < ActiveRecord::Migration def change I18n.available_locales.each do |locale| add_column :qbrick_pages, "page_title_#{locale.to_s.underscore}", :text end end end
Version data entries
16 entries across 16 versions & 1 rubygems