Show More
Commit Description:
also shows users in all (without pagination)
Commit Description:
also shows users in all (without pagination)
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/test/fixtures/reply.rb
| 7 lines
| 199 B
| text/x-ruby
| RubyLexer
|
|
r299 | class Reply < ActiveRecord::Base | ||
belongs_to :topic, :include => [:replies] | ||||
named_scope :recent, :conditions => ['replies.created_at > ?', 15.minutes.ago] | ||||
validates_presence_of :content | ||||
end | ||||