Flowdock
method

output_path_for

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: RailsGuides::Generator
output_path_for(output_file) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/guides/rails_guides/generator.rb, line 186
    def output_path_for(output_file)
      File.join(output_dir, File.basename(output_file))
    end
Register or log in to add new notes.