Sha256: bd89d96ccc349e3194a05e0dc535f5e4e25c16ae70e93866a1a3641b932a88ad
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
module DynamicSitemaps class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def create_config copy_file "config.rb", "config/sitemap.rb" end end end
Version data entries
3 entries across 3 versions & 1 rubygems