Sha256: c23041ef729144dfba324771799048f5cc0775e810667961e8f1b4d5b5061889
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module BestBoy module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_config template "config/initializers/best_boy.rb" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems