5 lines
84 B
Ruby
Executable File
5 lines
84 B
Ruby
Executable File
class TaxProfile < ApplicationRecord
|
|
default_scope { order('order_by asc') }
|
|
|
|
end
|