Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeeKnight committed Jun 26, 2014
1 parent 7d56987 commit 417e239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
```
#### Security

Blogament assumes your sessions will have a `current user` object.
Blogament assumes your sessions will have a `current_user` object.
If you don't have this currently, it will need to be implemented.

#### Rails Console
Expand All @@ -78,7 +78,7 @@ Blogament::Post.find(1)

#### Views

First, as with the `current user` method, it's assumed that your user model
First, as with the `current_user` method, it's assumed that your user model
with have an email property. If not, you will need to add one.

Blogs listed on the index and show page will display a 'by line' which
Expand All @@ -87,7 +87,7 @@ In order to do so, you'll also need to implement the following in your model:

```ruby
def by_line
#you may want to return the the models name, or maybe their email.
#you may want to return the models name, or maybe their email.
end
```

Expand Down

0 comments on commit 417e239

Please sign in to comment.