diff options
Diffstat (limited to 'lib/strip_attributes')
-rw-r--r-- | lib/strip_attributes/test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strip_attributes/test/test_helper.rb b/lib/strip_attributes/test/test_helper.rb index b69440715..6a4f6136a 100644 --- a/lib/strip_attributes/test/test_helper.rb +++ b/lib/strip_attributes/test/test_helper.rb @@ -10,7 +10,7 @@ require "#{PLUGIN_ROOT}/init" class ActiveRecord::Base alias_method :save, :valid? - def self.columns() + def self.columns @columns ||= [] end |