DG IZ; removed Friend model, now Person is used instead. Also, broke the websocket.
parent
d705d39f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/controllers/application_controller.rb 3 ajouts, 3 suppressionsapp/controllers/application_controller.rb
- app/controllers/friend_requests_controller.rb 0 ajout, 41 suppressionsapp/controllers/friend_requests_controller.rb
- app/controllers/people_controller.rb 39 ajouts, 0 suppressionapp/controllers/people_controller.rb
- app/controllers/person_requests_controller.rb 37 ajouts, 0 suppressionapp/controllers/person_requests_controller.rb
- app/helpers/application_helper.rb 2 ajouts, 2 suppressionsapp/helpers/application_helper.rb
- app/models/comment.rb 5 ajouts, 5 suppressionsapp/models/comment.rb
- app/models/friend.rb 0 ajout, 7 suppressionsapp/models/friend.rb
- app/models/friend_request.rb 0 ajout, 38 suppressionsapp/models/friend_request.rb
- app/models/person.rb 2 ajouts, 1 suppressionapp/models/person.rb
- app/models/person_request.rb 38 ajouts, 0 suppressionapp/models/person_request.rb
- app/models/post.rb 2 ajouts, 2 suppressionsapp/models/post.rb
- app/models/user.rb 1 ajout, 1 suppressionapp/models/user.rb
- app/views/layouts/application.html.haml 1 ajout, 1 suppressionapp/views/layouts/application.html.haml
- app/views/people/_sidebar.html.haml 5 ajouts, 0 suppressionapp/views/people/_sidebar.html.haml
- app/views/people/index.html.haml 19 ajouts, 0 suppressionapp/views/people/index.html.haml
- app/views/people/new.html.haml 27 ajouts, 0 suppressionapp/views/people/new.html.haml
- app/views/people/show.html.haml 24 ajouts, 0 suppressionapp/views/people/show.html.haml
- config/routes.rb 2 ajouts, 2 suppressionsconfig/routes.rb
- db/seeds.rb 2 ajouts, 2 suppressionsdb/seeds.rb
- db/seeds/backer.rb 4 ajouts, 4 suppressionsdb/seeds/backer.rb
app/controllers/people_controller.rb
0 → 100644
app/models/friend.rb
supprimé
100644 → 0
app/models/friend_request.rb
supprimé
100644 → 0
app/models/person_request.rb
0 → 100644
app/views/people/_sidebar.html.haml
0 → 100644
app/views/people/index.html.haml
0 → 100644
app/views/people/new.html.haml
0 → 100644
app/views/people/show.html.haml
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter