Sha256: 476fbfcc8af5bea4c6d8c56bb9cea7396f772bb44fdf3e4661ba8437ac5184c6
Contents?: true
Size: 429 Bytes
Versions: 27
Compression:
Stored size: 429 Bytes
Contents
class Qa::DiscogsGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) desc """ This generator makes the following change to your application: 1. Adds the Discogs authority configuration """ def copy_discogs_configs copy_file "config/discogs-formats.yml", "config/discogs-formats.yml" copy_file "config/discogs-genres.yml", "config/discogs-genres.yml" end end
Version data entries
27 entries across 27 versions & 1 rubygems