Sha256: 0e93817bda7c4e2e53fd163979700e7560567fa99376fbc10a893eb0330663b7

Contents?: true

Size: 165 Bytes

Versions: 8

Compression:

Stored size: 165 Bytes

Contents

class Workflow::StoriesController < ApplicationController
  def index
    @product = Product.find(params[:product_id])
    @stories = @product.stories
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
voluntary-0.1.0 app/controllers/workflow/stories_controller.rb
voluntary-0.1.0.rc4 app/controllers/workflow/stories_controller.rb
voluntary-0.1.0.rc3 app/controllers/workflow/stories_controller.rb
voluntary-0.1.0.rc2 app/controllers/workflow/stories_controller.rb
voluntary-0.1.0.rc1 app/controllers/workflow/stories_controller.rb
voluntary-0.0.3 app/controllers/workflow/stories_controller.rb
voluntary-0.0.2 app/controllers/workflow/stories_controller.rb
voluntary-0.0.1 app/controllers/workflow/stories_controller.rb