class DashOverlord::UseCases::V1::ChartConfigs::Show::Base
Public Instance Methods
final()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/show/base.rb, line 13 def final context.data = Serializers::V1::ChartConfigs::Show.to_hash \ context, status.ok? ? :chart_config : false end
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/show/base.rb, line 8 def perform invoke! Admins::FindCurrentAdmin invoke! FindChartConfig end