Sha256: 0a371a6864214da29f714700508e30160f99e4e656eb1db53b37b2f5a8669f5b

Contents?: true

Size: 174 Bytes

Versions: 13

Compression:

Stored size: 174 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

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