method
dummy_path
v5.1.7 -
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 422
def dummy_path(path = nil)
@dummy_path = path if path
@dummy_path || options[:dummy_path]
end