Sha256: ea00f64cd830729383c42eae2f100888d0e3f9a62fa16838ef000d947d87f9dc
Contents?: true
Size: 224 Bytes
Versions: 9
Compression:
Stored size: 224 Bytes
Contents
# This migration comes from spree (originally 20120905151823) class AddToggleTaxRateDisplay < ActiveRecord::Migration[4.2] def change add_column :spree_tax_rates, :show_rate_in_label, :boolean, default: true end end
Version data entries
9 entries across 9 versions & 2 rubygems