Sha256: 1485c48b7fbf9a66f549d79f8d8b318f5711c0f2cbd9c55da1d91823f443d860
Contents?: true
Size: 222 Bytes
Versions: 17
Compression:
Stored size: 222 Bytes
Contents
# This migration comes from spree (originally 20120905151823) class AddToggleTaxRateDisplay < ActiveRecord::Migration def change add_column :spree_tax_rates, :show_rate_in_label, :boolean, :default => true end end
Version data entries
17 entries across 17 versions & 7 rubygems