class Rails::Generators::NamedBase

def file_path # :doc:

:doc:
def file_path # :doc:
  @file_path ||= (class_path + [file_name]).join("/")
end