Method: LesliSecurity::DescriptorsController#show
- Defined in:
- app/controllers/lesli_security/descriptors_controller.rb
#show ⇒ Object
GET /descriptors/:id
59 60 61 62 63 64 65 66 |
# File 'app/controllers/lesli_security/descriptors_controller.rb', line 59 def show respond_to do |format| format.html {} format.json do respond_with_successful(@descriptor.show) end end end |