Sha256: fe7a0a43fb7065e56978de10754797b0bc7d30b65bda1361c525cb6e6f4198b7
Contents?: true
Size: 323 Bytes
Versions: 27
Compression:
Stored size: 323 Bytes
Contents
module Brightcontent module Attachments module Generators class InstallGenerator < Rails::Generators::Base desc "Install migrations for Brightcontent Attachments" def copy_migrations rake "brightcontent_attachments_engine:install:migrations" end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems