mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
silence @dummy_path not defined warnings
This commit is contained in:
@@ -145,6 +145,7 @@ task :default => :test
|
||||
def initialize(*args)
|
||||
raise Error, "Options should be given after the plugin name. For details run: rails plugin --help" if args[0].blank?
|
||||
|
||||
@dummy_path = nil
|
||||
super
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user