Class: LesliAdmin::ProfilesController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliAdmin::ProfilesController
- Defined in:
- app/controllers/lesli_admin/profiles_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
GET /profile GET /profile.json.
Instance Method Details
#show ⇒ Object
GET /profile GET /profile.json
39 40 41 42 43 44 45 46 |
# File 'app/controllers/lesli_admin/profiles_controller.rb', line 39 def show respond_to do |format| format.html {} format.json do respond_with_successful() end end end |