Update class structure expected order
I discovered the other day, that Rubocop would not allow me to set a private attr_reader
it is because our configuration does not allow it
Note: It seems that putting Rails macros in ExpectedOrder
did not work. I try to change association orders (eg. has_many
before belongs_to
) and Rubocop did not trigger any error