townhouse
Results
1
issues of
townhouse
Somewhat related to #34. Account model has obfuscated ID. User.rb `has_many :accounts, through: :memberships` AccountsController#show `@account = current_user.accounts.find(params[:id])` Error `Couldn't find Account with 'id'=0364209871 [WHERE "memberships"."user_id" = ?]` Workaround suggested...