class Rails::Generators::Base

def self.hooks # :nodoc:

:nodoc:
Keep hooks configuration that are used on prepare_for_invocation.
def self.hooks # :nodoc:
  @hooks ||= from_superclass(:hooks, {})
end