method
dummy_path
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::PluginGenerator
dummy_path(path = nil)private
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 470
def dummy_path(path = nil)
@dummy_path = path if path
@dummy_path || options[:dummy_path]
end