Sha256: d9fcb7f3178ecdbc5f39e7c85d901a56b9b3dbd15e5e504c1b85063932900189
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 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 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-0.40.2 | lib/generators/spree_static_content/install_generator.rb |
spree_static_content-0.40.1 | lib/generators/spree_static_content/install_generator.rb |