Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 21, 2024
1 parent 09a381d commit 868af28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ class Employee
end
```

Sometimes, system constraints prevent using relation-based scoping. When this happens, you can scope slugs using multiple fields, addressing needs like database structure or performance issues.

Here's a quick setup for multi-field scoping:
You may scope slugs using multiple fields as per the following example:

```ruby
class Employee
Expand Down

0 comments on commit 868af28

Please sign in to comment.