change comment to english
This commit is contained in:
parent
a7a8c47214
commit
ae3f5bfb8c
|
|
@ -1,4 +1,4 @@
|
||||||
# historia statusow zamowien
|
# Order change status history
|
||||||
class OrderHistory < ApplicationRecord
|
class OrderHistory < ApplicationRecord
|
||||||
belongs_to :order
|
belongs_to :order
|
||||||
scope :by_create_desc, -> { order(created_at: :desc) }
|
scope :by_create_desc, -> { order(created_at: :desc) }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue