Searching the users page in admin dashboard raises error
To reproduce:
Go to the 'Users' page of the Admin Dashboard under 'Super User'. Put anything into the search bar (an existing user will return the same error) and press enter.
It should return an ActiveRecord::StatementInvalid
error that seems to be caused by 'user.draw_name' not existing in vesta/app/views/admin/application/_collection.html.erb
Edited by Shaheer Malik