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
On my app, I need to fetch all boards of my organization workspace and not only the boards that my API user has joined.
To do this I had to do the following code because Trello::Board.all is scoped on Trello::Member.find(:me) :