-
- Downloads
Address @DouweM's feedback on !3749.
- Use `TokenAuthenticatable` to generate the personal access token - Remove a check for `authenticity_token` in application controller; this should've been `authentication_token`, maybe, and doesn't make any sense now. - Have the datepicker appear inline
Showing
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/models/personal_access_token.rb 4 additions, 1 deletionapp/models/personal_access_token.rb
- app/views/profiles/personal_access_tokens/index.html.haml 4 additions, 14 deletionsapp/views/profiles/personal_access_tokens/index.html.haml
- spec/controllers/application_controller_spec.rb 0 additions, 6 deletionsspec/controllers/application_controller_spec.rb
- spec/features/profiles/personal_access_tokens_spec.rb 11 additions, 7 deletionsspec/features/profiles/personal_access_tokens_spec.rb
- spec/models/personal_access_token_spec.rb 15 additions, 0 deletionsspec/models/personal_access_token_spec.rb
spec/models/personal_access_token_spec.rb
0 → 100644
Please register or sign in to comment