Sha256: 1f708e3d58c8cc94f13fa97200f20cb8676e60e5e43d55dcdaaad9da20b6345d
Contents?: true
Size: 450 Bytes
Versions: 3
Compression:
Stored size: 450 Bytes
Contents
require 'rails/generators' class Sufia::UsagestatsGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) desc """ This generator makes the following changes to your application: 1. Generates usage stats config """ def banner say_status("info", "GENERATING SUFIA USAGE STATS", :blue) end def create_configuration_file copy_file 'config/analytics.yml', 'config/analytics.yml' end end
Version data entries
3 entries across 3 versions & 1 rubygems