created_at 属性で Rails 4を使用distance_of_time_in_words
していますが、機能しません
私からしてみれば:
<% @posts.each do |post| %>
....
<td><%= distance_of_time_in_words(post.created_at, post.created_at + 30.days) %></td>
常に表示されます:
about 1 month
time_ago_in_words を使用すると機能します