change comment to english

This commit is contained in:
Adrian Hinz 2018-04-23 13:14:39 +02:00
parent a7a8c47214
commit ae3f5bfb8c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# historia statusow zamowien
# Order change status history
class OrderHistory < ApplicationRecord
belongs_to :order
scope :by_create_desc, -> { order(created_at: :desc) }