NoMethodError in Admin::Members#show
Gets this in under viewing a member: /admin/members/4
Showing /home/deploy/peatio/current/app/views/shared/admin/_account.html.slim where line #11 raised:
undefined method `coin?' for nil:NilClass
Extracted source (around line #11):
8
9
10
11
12
13
= item_for account, :amount
= item_for account, :locked
= item_for account, :balance
- if account.currency_obj.coin?
= item_for t('.payment_address') do
= account.payment_address.address
NoMethodError in Admin::Members#show
Gets this in under viewing a member: /admin/members/4
Showing /home/deploy/peatio/current/app/views/shared/admin/_account.html.slim where line #11 raised:
undefined method `coin?' for nil:NilClass
Extracted source (around line #11):
8
9
10
11
12
13