Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 343 Bytes

Airbnb-DefaultScope.md

File metadata and controls

11 lines (6 loc) · 343 Bytes

Pattern: Use of Default Scope from ActiveRecord

Issue: -

Description

Prevents the scorge of Default Scopes from ActiveRecord. Once in place they are almost impossible to remove.

Further Reading