Created
August 24, 2020 20:04
-
-
Save cored/11ccac384283cbdcd9bddb415a761de9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
class RenameCountiesTable < ActiveRecord::Migration[5.0] | |
def change | |
rename_table :counties, :county_fees | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment