Sha256: 8631ff76077a1a1568423ed4ba0ac3f3e601f307dfdaefc96771ab351d258cb4

Contents?: true

Size: 272 Bytes

Versions: 19

Compression:

Stored size: 272 Bytes

Contents

module Effective
  class StampWizardsController < ApplicationController
    before_action(:authenticate_user!) if defined?(Devise)

    include Effective::WizardController

    resource_scope -> { EffectiveProducts.StampWizard.deep.where(owner: current_user) }

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_products-0.3.9 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.8 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.7 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.6 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.5 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.4 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.3 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.2 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.1 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.3.0 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.2.1 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.2.0 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.1.2 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.1.1 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.1.0 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.0.9 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.0.8 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.0.7 app/controllers/effective/stamp_wizards_controller.rb
effective_products-0.0.6 app/controllers/effective/stamp_wizards_controller.rb