FEATURE: Multiple embeddable hosts

- Also refactors two site settings components into one, with tests
This commit is contained in:
Robin Ward
2015-06-09 12:19:41 -04:00
parent 71ee84f848
commit 7b6d6b76eb
35 changed files with 183 additions and 102 deletions

View File

@@ -0,0 +1,5 @@
class MigrateEmbeddableHost < ActiveRecord::Migration
def change
execute "UPDATE site_settings SET name = 'embeddable_hosts', data_type = 9 WHERE name = 'embeddable_host'"
end
end