Updated

app/controllers/embedded/accounts/apps / chatwoots_controller.rb

A
6 lines of codes
1 methods
2.2 complexity/method
1 churn
2.2 complexity
0 duplications
class Embedded::Accounts::Apps::ChatwootsController < Embedded::InternalController
  1. Embedded::Accounts::Apps::ChatwootsController has no descriptive comment
def index #redirect_to account_contact_note_path(@current_account, @current_account.contacts.first) redirect_to root_path end end