class DashOverlord::UseCases::V1::ChartConfigs::Index::SearchAndPaginateChartConfigs
Public Instance Methods
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/index/search_and_paginate_chart_configs.rb, line 8 def perform context.chart_configs = search_and_paginate context.chart_configs end