Class: Groups::Crm::ContactsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/groups/crm/contacts_controller.rb

Instance Method Summary collapse

Instance Method Details

#editObject



14
15
16
# File 'app/controllers/groups/crm/contacts_controller.rb', line 14

def edit
  render action: "index"
end

#newObject



10
11
12
# File 'app/controllers/groups/crm/contacts_controller.rb', line 10

def new
  render action: "index"
end