method
output_file_for
v3.1.0 -
Show latest stable
- Class:
RailsGuides::Generator
output_file_for(guide)private
No documentation available.
# File railties/guides/rails_guides/generator.rb, line 122
def output_file_for(guide)
guide.sub(GUIDES_RE, '.html')
end