Sha256: 634586de9aa4d376d1e884c1bd419c695629d2d456fe73b6ab1bfdf94e4cdc6c

Contents?: true

Size: 270 Bytes

Versions: 20

Compression:

Stored size: 270 Bytes

Contents

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

    include Effective::WizardController

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

  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

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