Farmbot-Web-App/app/controllers/api/web_app_configs_controller.rb

8 lines
192 B
Ruby

module Api
# See docs for AbstractConfigController
class WebAppConfigsController < AbstractConfigController
KLASS = WebAppConfig
RELATION_NAME = "web_app_config"
end
end