Sha256: 7d22c54276af23c51c1c698b8bf50d7e07efcd553f6ee6c07e6b952176495156
Contents?: true
Size: 290 Bytes
Versions: 66
Compression:
Stored size: 290 Bytes
Contents
class InstallMigratedSeoPlugin < CamaManager.migration_class # install seo plugin without calling hooks (seo logic moved to separated plugin) def change CamaleonCms::Site.all.each do |s| s.plugins.where(slug: 'cama_meta_tag').first_or_create!(term_group: 1) end end end
Version data entries
66 entries across 66 versions & 2 rubygems