Show More
Commit Description:
also shows users in all (without pagination)
Commit Description:
also shows users in all (without pagination)
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/test/fixtures/reply.rb | 7 lines | 199 B | text/x-ruby | RubyLexer |
Jittat Fakcharoenphol
added pagination to user_admin, using will_paginate plugin
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