method

output_path_for

rails latest stable - Class: RailsGuides::Generator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

output_path_for(output_file)
private

No documentation available.

# File railties/guides/rails_guides/generator.rb, line 186
    def output_path_for(output_file)
      File.join(output_dir, File.basename(output_file))
    end