Sha256: a51b9c4bef2aa0ed9482d9eea59846f24e72d6bcff2fc8ff2e6249f7a31088c7
Contents?: true
Size: 305 Bytes
Versions: 42
Compression:
Stored size: 305 Bytes
Contents
module Brightcontent module Pages module Generators class InstallGenerator < Rails::Generators::Base desc "Install migrations for Brightcontent Pages" def copy_migrations rake "brightcontent_pages_engine:install:migrations" end end end end end
Version data entries
42 entries across 42 versions & 3 rubygems