60756ad4ec
1 2 3 4 5 6 7 8 9
class Topic < ActiveRecord::Base def condition_is_true true end def condition_is_true_but_its_not false end end