From 7ffafaed9c9b676cddc8d68410e051d60e002931 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Thu, 24 Sep 2009 16:55:43 +0200 Subject: [PATCH] Remove premove test code. --- lib/controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/controller.rb b/lib/controller.rb index 75337cc..06210c8 100644 --- a/lib/controller.rb +++ b/lib/controller.rb @@ -26,10 +26,6 @@ class Controller attr_reader :policy attr_accessor :name attr_accessor :premove - - def premove=(value) - @premove = true - end def initialize(table, field) @table = table -- 2.11.4.GIT