class ActiveRecord::Generators::Base

def self.base_root

Set the current directory as base for the inherited generators.
def self.base_root
  __dir__
end