mods/core/sets/all/initialize.rb in wagn-1.12.13 vs mods/core/sets/all/initialize.rb in wagn-1.13.0.pre
- old
+ new
@@ -19,9 +19,11 @@
:type => args.delete('type' ),
:type_code => args.delete('type_code'),
:type_id => args[ 'type_id' ]
}
+ #FIXME -- too much of the above is duplicated by assign_attributes (tracked_attributes.rb)
+
@supercard = args.delete 'supercard' # must come before name =
skip_modules = args.delete 'skip_modules'
super args # ActiveRecord #initialize
\ No newline at end of file