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