Update 201505312045_rename_email_settings.rb
The class has got the name rename_email_settings now.
This commit is contained in:
parent
1ba26fd111
commit
9651c57748
1 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
class FixColumnNames < ActiveRecord::Migration
|
class rename_email_settings < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
change_table :email_settings do |t|
|
change_table :email_settings do |t|
|
||||||
t.rename :registration_email_template, :registration_body
|
t.rename :registration_email_template, :registration_body
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue