You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then in the rails console: pp CompaniesRepresenter.new(Company.first).as_json and I get SystemStackError: stack level too deep and a stack trace with ... 9450 levels...
Is there a better way to handle this?
The text was updated successfully, but these errors were encountered:
Example:
And then in the rails console:
pp CompaniesRepresenter.new(Company.first).as_json
and I getSystemStackError: stack level too deep
and a stack trace with... 9450 levels...
Is there a better way to handle this?
The text was updated successfully, but these errors were encountered: