Sha256: 70ae1b38b7e13664b8218f054952e8e398781ca7c6953f3b3a24573e2b154ea8
Contents?: true
Size: 230 Bytes
Versions: 5
Compression:
Stored size: 230 Bytes
Contents
class Workflow::ProductsController < ApplicationController def show @stories = Product.stories(params[:id], current_user, params[:page]) @product = Product.find(params[:id]) unless params[:id] == 'no-name' end end
Version data entries
5 entries across 5 versions & 1 rubygems