Skip to content

Commit

Permalink
factory
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Nov 26, 2024
1 parent 2d95e51 commit f627dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/factory/productions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ProductionsController < BaseController
before_action :set_scene, only: [:index, :nav], if: -> { params[:produce_on].present? && params[:scene_id].present? }
before_action :set_cart, only: [:index, :nav, :show, :create_dialog]
before_action :set_rent_cart, only: [:rent]
before_action :require_user, only: [:show]
before_action :require_user, only: [:index, :show]

def index
q_params = {
Expand Down

0 comments on commit f627dda

Please sign in to comment.