Skip to content

Commit

Permalink
Fixed readme to read thing_params instead of things_params
Browse files Browse the repository at this point in the history
  • Loading branch information
davich committed Aug 15, 2018
1 parent f7ad3b5 commit 40239dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ end

Now every time you call `thing` in your controller or view, it will look for an
ID and try to perform `Thing.find(id)`. If the ID isn't found, it will call
`Thing.new(things_params)`. The result will be memoized in an `@exposed_thing`
`Thing.new(thing_params)`. The result will be memoized in an `@exposed_thing`
instance variable.

#### Example Controller
Expand Down

0 comments on commit 40239dc

Please sign in to comment.