-
- Downloads
Todos sorting dropdown
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/dashboard/todos_controller.rb 1 addition, 0 deletionsapp/controllers/dashboard/todos_controller.rb
- app/finders/todos_finder.rb 5 additions, 1 deletionapp/finders/todos_finder.rb
- app/models/concerns/issuable.rb 4 additions, 15 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/sortable.rb 14 additions, 0 deletionsapp/models/concerns/sortable.rb
- app/models/todo.rb 19 additions, 0 deletionsapp/models/todo.rb
- app/views/dashboard/todos/index.html.haml 19 additions, 0 deletionsapp/views/dashboard/todos/index.html.haml
- spec/features/todos/todos_sorting_spec.rb 67 additions, 0 deletionsspec/features/todos/todos_sorting_spec.rb
- spec/finders/todos_finder_spec.rb 70 additions, 0 deletionsspec/finders/todos_finder_spec.rb
spec/features/todos/todos_sorting_spec.rb
0 → 100644
spec/finders/todos_finder_spec.rb
0 → 100644
Please register or sign in to comment