Sha256: 8a736f1225b68c9ec0c20df9152de57e5eb31ad4c5647d7b4cf8a796ad1711d1
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
class RenameTestContentObjs < ActiveRecord::Migration def self.up rename_table :test_content_objs, :test_content_objects end def self.down rename_table :test_content_objects, :test_content_objs end end
Version data entries
7 entries across 7 versions & 2 rubygems