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