Class: Blog::CommentsController

Inherits:
BlogController
  • Object
show all
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

#createObject



19
20
21
# File 'app/controllers/blog/comments_controller.rb', line 19

def create

end

#destroyObject



31
32
33
# File 'app/controllers/blog/comments_controller.rb', line 31

def destroy

end

#editObject



23
24
25
# File 'app/controllers/blog/comments_controller.rb', line 23

def edit

end

#indexObject



11
12
13
# File 'app/controllers/blog/comments_controller.rb', line 11

def index

end

#newObject



15
16
17
# File 'app/controllers/blog/comments_controller.rb', line 15

def new

end

#updateObject



27
28
29
# File 'app/controllers/blog/comments_controller.rb', line 27

def update

end