Class: E9Crm::UsersController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- E9Crm::UsersController
- Defined in:
- app/controllers/e9_crm/users_controller.rb
Instance Method Summary collapse
Instance Method Details
#new ⇒ Object
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 |