trabajo-afectivo/db/migrate/20190613000001_group_dependent_text_modules.rb

6 lines
146 B
Ruby
Raw Normal View History

class GroupDependentTextModules < ActiveRecord::Migration[5.1]
def change
rename_table :text_modules_groups, :groups_text_modules
end
end