Don't make search methods on models call super in order to search certain default attributes (id, created_at, updated_at). Simplifies some magic.
1.4 KiB
1.4 KiB
Don't make search methods on models call super in order to search certain default attributes (id, created_at, updated_at). Simplifies some magic.