Atualizando para o Rails 2.3.2

This commit is contained in:
2009-07-16 11:55:04 -03:00
parent dcfc38eb09
commit 8e9b698944
71 changed files with 220 additions and 173 deletions

View File

@@ -19,7 +19,7 @@ class Message < ActiveRecord::Base
# Plugins
acts_as_paranoid
acts_as_versioned :if_changed => [ :title, :body ]
self.non_versioned_fields << 'deleted_at'
self.non_versioned_columns << 'deleted_at'
# Associacoes
belongs_to :user,