Sha256: 0a371a6864214da29f714700508e30160f99e4e656eb1db53b37b2f5a8669f5b
Contents?: true
Size: 174 Bytes
Versions: 13
Compression:
Stored size: 174 Bytes
Contents
class Workflow::StoriesController < ApplicationController def index @product = Product.friendly.find(params[:product_id]) @stories = @product.stories end end
Version data entries
13 entries across 13 versions & 1 rubygems