Files
sx-fc/app/models/tax_profile.rb
2017-04-19 18:37:07 +06:30

5 lines
84 B
Ruby

class TaxProfile < ApplicationRecord
default_scope { order('order_by asc') }
end