Sha256: 65f284dd684ac8570724495ea04648a6f629ee1829cff6746701232185c1d9b2
Contents?: true
Size: 199 Bytes
Versions: 13
Compression:
Stored size: 199 Bytes
Contents
module InstantUpload module Generators class InstallGenerator < Rails::Generators::Base def create_migrations rake 'instant_upload:install:migrations' end end end end
Version data entries
13 entries across 13 versions & 1 rubygems