Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 286 Bytes

todo.md

File metadata and controls

5 lines (5 loc) · 286 Bytes
  • shouldn't be able to do User.posts_destroy_all
  • shouldn't be able to do User.search(:destroy_all => true)
  • named_scopes and searchlogic scopes should both work for User.search type situations
  • class methods that return scopes should not
  • User.search(:descend_by_username => true)