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