Skip to content

Commit

Permalink
Merge pull request #19107 from prathamesh-sonpatki/template-inheritance
Browse files Browse the repository at this point in the history
 Fix wording in template inheritance section of layout guide [ci skip]
  • Loading branch information
seuros committed Feb 27, 2015
2 parents 7142059 + 7019b19 commit 75ddb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/layouts_and_rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ In this application:

##### Template Inheritance

Similarly to the Layout Inheritance logic, if a template or partial is not found in the conventional path, the controller will look for a template or partial to render in its inheritance chain. For example:
Similar to the Layout Inheritance logic, if a template or partial is not found in the conventional path, the controller will look for a template or partial to render in its inheritance chain. For example:

```ruby
# in app/controllers/application_controller
Expand Down

0 comments on commit 75ddb54

Please sign in to comment.