From c5dd35de80f0e4f7b3132115d8bc4bdde26cec4b Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Wed, 12 Oct 2011 14:55:05 +0200 Subject: [PATCH] remove alias_method for tags= ... tags now broken again, but no longer the whole todo model --- app/models/todo.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/todo.rb b/app/models/todo.rb index fe31417c..dd309d94 100644 --- a/app/models/todo.rb +++ b/app/models/todo.rb @@ -353,7 +353,6 @@ class Todo < ActiveRecord::Base end end - alias_method :original_tags=, :tags= def tags=(params) value = params[:tag]