Sha256: a9af79840e346cac277fba72b832dc049fcad606d98a72331c798794552b680d
Contents?: true
Size: 320 Bytes
Versions: 24
Compression:
Stored size: 320 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
24 entries across 24 versions & 1 rubygems