Sha256: c5c747a6dad0348597d846f14371f3f8f69df6d5772063dd51788c2af607cb79
Contents?: true
Size: 217 Bytes
Versions: 151
Compression:
Stored size: 217 Bytes
Contents
class AddSeoMetasToTaxons < ActiveRecord::Migration def change change_table :spree_taxons do |t| t.string :meta_title t.string :meta_description t.string :meta_keywords end end end
Version data entries
151 entries across 151 versions & 3 rubygems