test/dummy/app/models/user.rb in nostalgic-0.4.1 vs test/dummy/app/models/user.rb in nostalgic-0.5.0
- old
+ new
@@ -1,4 +1,4 @@
class User < ActiveRecord::Base
belongs_to :company, :nostalgic => true
- nostalgic_for :tel
+ nostalgic_attr :tel
end