Skip to content

Commit

Permalink
Merge pull request #2085 from tricknotes/fix-doc
Browse files Browse the repository at this point in the history
Fix example code in `doc/general/getting_started.md`
  • Loading branch information
bf4 authored Mar 28, 2017
2 parents 80e470d + cec6478 commit d24a786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and
class CommentSerializer < ActiveModel::Serializer
attributes :name, :body

belongs_to :post_id
belongs_to :post
end
```

Expand Down

0 comments on commit d24a786

Please sign in to comment.