class DashOverlord::UseCases::V1::ChartConfigs::Create::ValidateChartConfig
Constants
- ALLOWED_FONT_STYLES
- ALLOWED_FUNCTIONS
Public Instance Methods
perform()
click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/create/validate_chart_config.rb, line 63 def perform return if target_valid? failure! \ :unprocessable_entity, I18n.t('v1.chart_configs.contains_errors') end