method

new

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: PluginGenerator
new(runtime_args, runtime_options = {}) 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_generator/generators/components/plugin/plugin_generator.rb, line 4
  def initialize(runtime_args, runtime_options = {})
    @with_generator = runtime_args.delete("--with-generator")
    super
    @plugin_path = "vendor/plugins/#{file_name}"
  end
Register or log in to add new notes.