Rename registrar's url attribute to website

#279
This commit is contained in:
Artur Beljajev 2017-02-21 16:15:26 +02:00
parent 01edbc5710
commit c14d15d7b7
15 changed files with 26 additions and 19 deletions

View file

@ -0,0 +1,5 @@
class RenameRegistrarUrlToWebsite < ActiveRecord::Migration
def change
rename_column :registrars, :url, :website
end
end