aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-06 19:23:49 +0900
committerrhenium <re4k@re4k.info>2013-06-06 19:23:49 +0900
commit197f7c38b16c0de376fd70e5b9dc8c7fc44a37d0 (patch)
treefa0b5b4e1bfd544f437690a6e0c881a6e7071ccb /app
parent3c177650de503899629d39b969ff12fc94db310d (diff)
downloadaclog-197f7c38b16c0de376fd70e5b9dc8c7fc44a37d0.tar.gz
fix typo!!
Diffstat (limited to 'app')
-rw-r--r--app/views/tweets/_tweet.json.jbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tweets/_tweet.json.jbuilder b/app/views/tweets/_tweet.json.jbuilder
index 5a56442..71ca10c 100644
--- a/app/views/tweets/_tweet.json.jbuilder
+++ b/app/views/tweets/_tweet.json.jbuilder
@@ -2,6 +2,6 @@ json.(tweet, :id, :favorites_count, :retweets_count)
json.user_id tweet.user_id
-json.favoriters tweet.favorites.limit(ser_limit).pluck(:user_id)
+json.favoriters tweet.favorites.limit(user_limit).pluck(:user_id)
json.retweeters tweet.retweets.limit(user_limit).pluck(:user_id)