fix broken orvos_model#initialize
authorTom Clegg <tom@clinicalfuture.com>
Tue, 12 Feb 2013 20:38:26 +0000 (13:38 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 12 Feb 2013 20:38:26 +0000 (13:38 -0700)
app/models/orvos_base.rb

index 824c46665758ef2274809ae0ce8cc00262728cc3..3f45c4a995b5f27fb75b72055c16aa13c0bcc60e 100644 (file)
@@ -13,8 +13,8 @@ class OrvosBase < ActiveRecord::Base
     }
   end
 
-  def initialize
-    super
+  def initialize(*args)
+    super(*args)
     @attribute_sortkey ||= {
       'id' => nil,
       'uuid' => '000',