FileUtils.cp_r 'lib/generators/cms/templates/content_wrappers','app/views/content_wrappers'
它工作正常,但我想尽可能使用像copy_file中的相对路径.任何的想法?
def some_generator_method directory 'path_to_install_directory','path_to_source_directory' end