Merge pull request #1676 from Quintasan/patch-1

Update serializers.md
This commit is contained in:
L. Preston Sego III 2016-04-11 08:11:26 -05:00
commit aec284844f

View File

@ -78,7 +78,7 @@ def cached_blog
end end
``` ```
``ruby ```ruby
has_one :blog, if: :show_blog? has_one :blog, if: :show_blog?
def show_blog? def show_blog?