Sha256: d64b442604e0224958ba3fb65533ee63c0f0ee013a268ce5a6b0d6f65d618d03
Contents?: true
Size: 351 Bytes
Versions: 4
Compression:
Stored size: 351 Bytes
Contents
=begin Name: Comments controller Use: Creating , modifying, deleting blog comments for the cms Created date: 08-06-2012 Modified Date: =end class Blog::CommentsController < BlogController crudify :blog_comment def index end def new end def create end def edit end def update end def destroy end end
Version data entries
4 entries across 4 versions & 1 rubygems