Fix migrate AddCssClassNameToEmbeddableHosts

This commit is contained in:
Pat David 2017-05-08 14:35:15 -05:00 committed by Robin Ward
parent 84cd19686c
commit b7d16de914
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class AddEmbedClassNameToEmbeddableHosts < ActiveRecord::Migration
class AddCssClassNameToEmbeddableHosts < ActiveRecord::Migration
def change
add_column :embeddable_hosts, :class_name, :string
end