class DashOverlord::UseCases::V1::ChartConfigs::Index::FindChartConfigs
Public Instance Methods
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/index/find_chart_configs.rb, line 8 def perform context.chart_configs ||= Models::V1::ChartConfig.all end