Sha256: c707b3b94803cf8152c282c84aea3d398755af2db3ed36d64986caf67df3c445

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

class Workflow::ProductsController < ApplicationController
  def show
    @stories = Product.stories(params[:id], current_user, params[:page])
    @areas = Area.find_by_product_id(params[:id])
    @product = Product.find(params[:id]) unless params[:id] == 'no-name'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voluntary-0.1.0.rc4 app/controllers/workflow/products_controller.rb
voluntary-0.1.0.rc3 app/controllers/workflow/products_controller.rb