Closed alain-andre closed 10 years ago
Found it ;p
glad to know that, because it gives me a feeling that code is not all greek and latin :) maybe you can post your solution here, for future reference.
Yes I did not see it was forced in the model. I just thought about it during my sleep ;p
rapidfire / app / models / rapidfire / question.rb
default_scope { order('created_at') }
cool.
Hi all, I'm trying to order the questions by created_at and I cannot find the way to do it. Any help please ?