Class: Blog::CommentsController
- Inherits:
-
BlogController
- Object
- BlogController
- Blog::CommentsController
- Defined in:
- app/controllers/blog/comments_controller.rb
Overview
Name: Comments controller Use: Creating , modifying, deleting blog comments for the cms Created date: 08-06-2012 Modified Date:
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
19 20 21 |
# File 'app/controllers/blog/comments_controller.rb', line 19 def create end |
#destroy ⇒ Object
31 32 33 |
# File 'app/controllers/blog/comments_controller.rb', line 31 def destroy end |
#edit ⇒ Object
23 24 25 |
# File 'app/controllers/blog/comments_controller.rb', line 23 def edit end |
#index ⇒ Object
11 12 13 |
# File 'app/controllers/blog/comments_controller.rb', line 11 def index end |
#new ⇒ Object
15 16 17 |
# File 'app/controllers/blog/comments_controller.rb', line 15 def new end |
#update ⇒ Object
27 28 29 |
# File 'app/controllers/blog/comments_controller.rb', line 27 def update end |