abiao пре 5 година
родитељ
комит
ce55870780
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app/models/order_static.rb

+ 2 - 0
app/models/order_static.rb

@@ -1,4 +1,6 @@
 # encoding: utf-8
+require 'date' # 包含DateTime
+require 'time'
 class OrderStatic < ActiveRecord::Base
   has_paper_trail
   self.table_name = "order_statics"