FIX: Forgot to include a file in the previous commit :)

This commit is contained in:
Robin Ward 2016-08-23 15:09:09 -04:00
parent c3a3aff120
commit 4f68fd970d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddPathWhitelistToEmbeddableHosts < ActiveRecord::Migration
def change
add_column :embeddable_hosts, :path_whitelist, :string
end
end