Class: Admin::AuthorsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::AuthorsController
- Defined in:
- app/controllers/admin/authors_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/admin/authors_controller.rb', line 6 def show @author = Author.find( params[:id] ) respond_with( @author ) end |