class Rswag3::Ui::CustomGenerator

Public Instance Methods

add_custom_index() click to toggle source
# File lib/generators/rswag3/ui/custom/custom_generator.rb, line 8
def add_custom_index
  copy_file('index.erb', 'app/views/rswag3/ui/home/index.html.erb')
end