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

Version Path
voluntary-0.7.1 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.7.0 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.6.0 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.5.2 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.5.1 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.5.0 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.4.0 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.3.0 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.2.4 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.2.3 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.2.2 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.2.1 app/controllers/workflow/user/product/areas_controller.rb
voluntary-0.2.0 app/controllers/workflow/user/product/areas_controller.rb