Sha256: 19c71f38386a05de9c65925631fe76153c9aa87dee42760d0e612923edef3c67
Contents?: true
Size: 456 Bytes
Versions: 22
Compression:
Stored size: 456 Bytes
Contents
# frozen_string_literal: true module Thredded module Generators class InstallGenerator < Rails::Generators::Base def set_source_paths @source_paths = [ File.expand_path('../templates', __FILE__), File.expand_path('../../../../..', __FILE__), ] end def copy_initializer_file copy_file \ 'initializer.rb', 'config/initializers/thredded.rb' end end end end
Version data entries
22 entries across 22 versions & 2 rubygems