Fix model card: correct conventions (Devise, Sidekiq)
Browse files
README.md
CHANGED
|
@@ -39,9 +39,9 @@ Built by [Bytecode](https://bytecode.hr).
|
|
| 39 |
|
| 40 |
This model writes idiomatic Ruby on Rails code following specific conventions:
|
| 41 |
|
| 42 |
-
-
|
| 43 |
- Namespaced concerns instead of service objects
|
| 44 |
-
-
|
| 45 |
- State-as-records instead of boolean flags
|
| 46 |
- DaisyUI drawer layouts instead of ActiveAdmin
|
| 47 |
|
|
|
|
| 39 |
|
| 40 |
This model writes idiomatic Ruby on Rails code following specific conventions:
|
| 41 |
|
| 42 |
+
- Devise authentication
|
| 43 |
- Namespaced concerns instead of service objects
|
| 44 |
+
- Sidekiq instead of Solid Queue
|
| 45 |
- State-as-records instead of boolean flags
|
| 46 |
- DaisyUI drawer layouts instead of ActiveAdmin
|
| 47 |
|