Skip to content

implement #inspect for all Referables

username-removed-28993 requested to merge dev.referable-inspect into master

What does this MR do?

Implements a friendlier #inspect for any Referable object

Are there points in the code the reviewer needs to double check?

The manual override in User is due to devise overriding #inspect.

Why was this MR needed?

In a pry session, any time I wanted to display a user, an issue, or the like, each object would previously take up several screens of space. This allows us to view these objects more compactly.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports