Sha256: 96419b4c153473d9cbbd5106e0b260ad67870486b123834bb493e1507edeefc5
Contents?: true
Size: 115 Bytes
Versions: 5
Compression:
Stored size: 115 Bytes
Contents
class CategoriesController < ApplicationController def show @category = Category.find(params[:id]) end end
Version data entries
5 entries across 5 versions & 1 rubygems