method

delete_application_layout_file_if_api_option

rails latest stable - Class: Rails::Generators::AppGenerator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

delete_application_layout_file_if_api_option()
public

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 342
      def delete_application_layout_file_if_api_option
        if options[:api]
          remove_file "app/views/layouts/application.html.erb"
        end
      end