socialforge/app/views/test/index.html.erb

13 lines
211 B
Plaintext
Raw Normal View History

2013-12-25 09:17:15 +08:00
<h3>test</h3>
<% PraiseTreadCache.where('object_id = 47').each do |p| %>
<tr>
<td><%if p.praise_num < 0 or p.praise_num == 2%>
<%= p.praise_num %>
<%end%>
</td>
</tr>
<% end %>
2014-02-24 15:00:03 +08:00
<hr/>
<hr/>
2013-08-01 10:33:49 +08:00