Tagged Questions

0
votes
2answers
44 views

Getting infinite recursion in Rails as_json routine

I have an Account class that has_many stores. In the Store class, there is a routine that returns all the other stores for that account: def other_stores if account then ...