Project

General

Profile

« Previous | Next » 

Revision 796179e5

Added by Shlomi Zadok over 8 years ago

fixes #11130 - Use self.table_name instead of deprecated set_table_name

View differences:

db/migrate/20150714140850_remove_new_from_compute_attributes.rb
class FakeComputeAttribute < ActiveRecord::Base
set_table_name 'compute_attributes'
self.table_name = 'compute_attributes'
serialize :vm_attrs, Hash
end

Also available in: Unified diff