class DashOverlord::UseCases::V1::ChartConfigs::GetChartConfig
Public Instance Methods
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/get_chart_config.rb, line 7 def perform context.chart_config = Models::V1::ChartConfig.find_by_id(context.chart_config_id) end