vmarcetic commited on
Commit
0d29684
·
verified ·
1 Parent(s): ef08be0

Fix model card: correct conventions (Devise, Sidekiq)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- - Custom authentication with Identity and MagicLink models (not Devise)
43
  - Namespaced concerns instead of service objects
44
- - Solid Queue instead of Sidekiq
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