Skip to content

Commit ae8e2c2

Browse files
Fixed typo in readme
1 parent 90ec8d5 commit ae8e2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ code use Single Table Inheritance.
158158

159159
#### Context
160160

161-
Sometimes you will want to access things such as the current logged in user (and other state only available within your controllers) from within your resource classes. To make this state available to a resource class you need to put it into the context hash - this can be done via a `context` method one of your controllers or across all controllers using ApplicationController.
161+
Sometimes you will want to access things such as the current logged in user (and other state only available within your controllers) from within your resource classes. To make this state available to a resource class you need to put it into the context hash - this can be done via a `context` method in one of your controllers or across all controllers using ApplicationController.
162162

163163
For example:
164164

0 commit comments

Comments
 (0)