Sha256: 7645e7abd859ba5ea8b2b34172e2ef24efd4b6c25446d8bbc44db0da8bb7f869
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 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.40.0 | lib/generators/spree_static_content/install_generator.rb |
spree_static_content-0.30.0 | lib/generators/spree_static_content/install_generator.rb |