Sha256: 5674a22b28417e4fc1d1e990a35ebcbd99ce8067eab61161fa3267987f55fab9
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
module SpreeApi module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Configures an existing Rails application to use spree_api" def copy_migrations directory "db" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_api-0.30.0.beta1 | lib/generators/spree_api/install_generator.rb |