Flowdock
method

with_dummy_app?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Rails::Generators::PluginGenerator
with_dummy_app?() private

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/plugin/plugin_generator.rb, line 328
      def with_dummy_app?
        options[:skip_test].blank? || options[:dummy_path] != "test/dummy"
      end
Register or log in to add new notes.