HAML を使用してこのようなことを行う方法:
<%= Student.name %> and <%= Student.age %> are required.
または私の特定の状況では:
%tbody
- @quotes.each do |quote|
%tr
%td= time_ago_in_words quote.created_at ago
よく見ると「2ヶ月前」ではなく「2ヶ月前」を出力しようとしているだけ
助けてくれてありがとう!
HAML を使用してこのようなことを行う方法:
<%= Student.name %> and <%= Student.age %> are required.
または私の特定の状況では:
%tbody
- @quotes.each do |quote|
%tr
%td= time_ago_in_words quote.created_at ago
よく見ると「2ヶ月前」ではなく「2ヶ月前」を出力しようとしているだけ
助けてくれてありがとう!