instance method dummy_path

Ruby on Rails 3.1.12

Since v3.1.12 Last seen in v3.2.22.5

Available in: v3.1.12 v3.2.22.5

Signature

dummy_path(path = nil)

No documentation comment.

Parameters

path opt = nil
Source
# File railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb, line 296
      def dummy_path(path = nil)
        @dummy_path = path if path
        @dummy_path || options[:dummy_path]
      end

Defined in railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb line 296 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Generators::PluginNewGenerator

Type at least 2 characters to search.

↑↓ navigate · open · esc close