class DashOverlord::UseCases::V1::ChartConfigs::SaveChartConfig
Public Instance Methods
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/save_chart_config.rb, line 7 def perform return if context.chart_config.save failure! \ :internal_server_error, I18n.t('v1.chart_configs.error_while_saving') end