Module: Comment
- Defined in:
- app/models/comment.rb,
app/models/comment/comment.rb,
app/controllers/comment/comments_controller.rb
Defined Under Namespace
Modules: CommentsHelper Classes: Comment, CommentsController
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
2 3 4 |
# File 'app/models/comment.rb', line 2 def self.table_name_prefix 'comment_' end |