Sha256: b690a6110507e01fb696f740fd8b0b4f9269b2d1f27a4fb51fe1e9526c73bf49
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
module SpreeStaticContent module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Configures your Rails application for use with spree_static_content" def copy_migrations directory "db" end def copy_public directory "public" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-0.60.1 | lib/generators/spree_static_content/install_generator.rb |
spree_static_content-0.60.0 | lib/generators/spree_static_content/install_generator.rb |