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