Sha256: 64c10f505ba510c5cf9a7843a3e26a2f934b6cfdcdb89a27e254f9d46ec29ea7
Contents?: true
Size: 332 Bytes
Versions: 6
Compression:
Stored size: 332 Bytes
Contents
module SolidusReturnly module Generators class InstallGenerator < Rails::Generators::Base class_option :auto_run_migrations, type: :boolean, default: false def add_javascripts end def add_stylesheets end def add_migrations end def run_migrations end end end end
Version data entries
6 entries across 6 versions & 1 rubygems