Sha256: aa994cca59fdf270f87b13ee30eca9947e6994a681b9b6b1a12e53199729d7fb
Contents?: true
Size: 157 Bytes
Versions: 11
Compression:
Stored size: 157 Bytes
Contents
class AddToggleTaxRateDisplay < ActiveRecord::Migration def change add_column :spree_tax_rates, :show_rate_in_label, :boolean, default: true end end
Version data entries
11 entries across 11 versions & 1 rubygems