rails-mini-profiler icon indicating copy to clipboard operation
rails-mini-profiler copied to clipboard

Add validations to models

Open hschne opened this issue 3 years ago • 0 comments

Models such as Trace, ProfiledRequest do not have validations at the moment.

Just to be safe, validations should be added, for example:

  • Required attributes (user_id) presence
  • Formatting (e.g. HTTP verb, status code)
  • ...

hschne avatar Oct 30 '21 18:10 hschne