Replace deprecated methods with modern equivalents

This commit is contained in:
Tom Hughes 2012-02-13 09:32:10 +00:00
parent 2a0917817c
commit 5a8c4faf3e
22 changed files with 36 additions and 35 deletions

View file

@ -3,7 +3,7 @@ class Relation < ActiveRecord::Base
include ConsistencyValidations
set_table_name 'current_relations'
self.table_name = "current_relations"
belongs_to :changeset