Sha256: 3275a879e82ba5da3e89303cdee9d830359c9c60476f60bddcf447c0a5c5d6f0
Contents?: true
Size: 357 Bytes
Versions: 13
Compression:
Stored size: 357 Bytes
Contents
class Workflow::User::Product::AreasController < ApplicationController def show @area = Area.friendly.find(params[:id]) @areas = @area.children_for_product_id(params[:product_id]) @projects = @area.projects.for_product_id(params[:product_id]) @product = ::Product.find(params[:product_id]) unless params[:product_id] == 'no-name' end end
Version data entries
13 entries across 13 versions & 1 rubygems