Created
December 15, 2013 13:06
-
-
Save quake/7972812 to your computer and use it in GitHub Desktop.
ActiveRecord输出上周被点击最多的文章标题
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blog.where(created_at: 1.week.ago.beginning_of_week..1.week.ago.end_of_week).order(view_counts: :desc).first.subject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment