Sha256: cef54cb9d27a215cf37bd8710120a2241bb7908b5be129e8ff9b4973de70f734
Contents?: true
Size: 329 Bytes
Versions: 13
Compression:
Stored size: 329 Bytes
Contents
require 'rails/generators' module Rswag module Ui class CustomGenerator < Rails::Generators::Base source_root File.expand_path('../../../../../../app/views/rswag/ui/home', __FILE__) def add_custom_index copy_file('index.html.erb', 'app/views/rswag/ui/home/index.html.erb') end end end end
Version data entries
13 entries across 13 versions & 1 rubygems