codemancers / rapidfire

Making dynamic surveys should be easy!
https://rapidfire.fly.dev/
MIT License
319 stars 141 forks source link

Order the questions #20

Closed alain-andre closed 10 years ago

alain-andre commented 10 years ago

Hi all, I'm trying to order the questions by created_at and I cannot find the way to do it. Any help please ?

alain-andre commented 10 years ago

Found it ;p

iffyuva commented 10 years ago

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.

alain-andre commented 10 years ago

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') }
iffyuva commented 10 years ago

cool.