Class: E9Crm::UsersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/e9_crm/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



7
8
9
10
11
# File 'app/controllers/e9_crm/users_controller.rb', line 7

def new
  new! do |format|
    format.json { render :json => resource }
  end
end