Class: LesliAdmin::AboutsController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliAdmin::AboutsController
- Defined in:
- app/controllers/lesli_admin/abouts_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 |
# File 'app/controllers/lesli_admin/abouts_controller.rb', line 39 def show respond_to do |format| format.html {} end end |