Flowdock
method

delete_app_helpers_if_api_option

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Rails::Generators::AppGenerator
delete_app_helpers_if_api_option() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 275
      def delete_app_helpers_if_api_option
        if options[:api]
          remove_dir 'app/helpers'
          remove_dir 'test/helpers'
        end
      end
Register or log in to add new notes.