Class: Avo::DbConfigsController

Inherits:
ResourcesController
  • Object
show all
Defined in:
app/controllers/avo/db_configs_controller.rb

Overview

This controller has been generated to enable Rails’ resource routes. More information on docs.avohq.io/3.0/controllers.html

Instance Method Summary collapse

Instance Method Details

#after_create_pathObject



4
5
6
# File 'app/controllers/avo/db_configs_controller.rb', line 4

def after_create_path
  edit_resource_path(record: @record, resource: @resource)
end