add balance entity
This commit is contained in:
@@ -46,7 +46,7 @@ class CurrencyDashboard < Administrate::BaseDashboard
|
||||
# Overwrite this method to customize how currencies are displayed
|
||||
# across all pages of the admin dashboard.
|
||||
#
|
||||
# def display_resource(currency)
|
||||
# "Currency ##{currency.id}"
|
||||
# end
|
||||
def display_resource(currency)
|
||||
currency.name
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user