test/models/user.rb in permalink-0.1.1 vs test/models/user.rb in permalink-1.0.0
- old
+ new
@@ -1,3 +1,3 @@
class User < ActiveRecord::Base
- has_permalink :name, :to => :permalink, :to_param => [:id, " ", nil, "\t", :permalink]
+ permalink :name, :to => :permalink, :to_param => [:id, " ", nil, "\t", :permalink]
end
\ No newline at end of file