posts: fix rare bug with first post.
Fix a rare bug that occurs once per year that causes post 1 to appear insufficiently festive.
This commit is contained in:
@@ -41,4 +41,8 @@ module PostsHelper
|
||||
source
|
||||
end
|
||||
end
|
||||
|
||||
def is_danbirthday?(post)
|
||||
post.id == 1 && post.created_at.strftime("%m-%d") == Time.zone.today.strftime("%m-%d")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user