remove alias_method for tags= ... tags now broken again, but no longer the whole todo model

This commit is contained in:
Stefan Richter 2011-10-12 14:55:05 +02:00
parent 9eae8a7068
commit c5dd35de80

View file

@ -353,7 +353,6 @@ class Todo < ActiveRecord::Base
end
end
alias_method :original_tags=, :tags=
def tags=(params)
value = params[:tag]