Sha256: 1a67a958d319257e8dda02ae893a94a3b3873f44311fd8d1d4e30eaf08d2b69b
Contents?: true
Size: 120 Bytes
Versions: 10
Compression:
Stored size: 120 Bytes
Contents
class Blog::CategoriesController < BlogController def show @category = BlogCategory.find(params[:id]) end end
Version data entries
10 entries across 10 versions & 1 rubygems