In my Rails app have a default scope that looks like this:
default_scope order: \'external_updated_at DESC\'
I have now upgraded to Rails 4
This worked from me (just for illustration with a where) because I came to this topic via the same problem.
default_scope { where(form: "WorkExperience") }