Sha256: 216d34635a2ccd7eb0975e255911015886fd7ef26bef3dfe02596cb6f356d0a9
Contents?: true
Size: 433 Bytes
Versions: 18
Compression:
Stored size: 433 Bytes
Contents
require 'generators/helpers/file_helper' module MajesticSeo module Generators class MajesticSeoGenerator < Rails::Generators::Base namespace "majestic_seo" source_root File.expand_path("../../templates", __FILE__) desc "Copies majestic_seo.yml to the Rails app's config directory." def copy_config template "majestic_seo.template.yml", "config/majestic_seo.yml" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems