Skip to content

Commit

Permalink
chore bling_order_items_controller.rb: task #213
Browse files Browse the repository at this point in the history
remove new and create actions for bling order items controller.
  • Loading branch information
Pauloparakleto committed Mar 5, 2024
1 parent e607fab commit 3f6f987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/bling_order_items_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class BlingOrderItemsController < ApplicationController
before_action :default_initial_date, :disable_initial_date, :default_final_date
include Pagy::Backend
inherit_resources
actions :all, except: %i[new create]
decorates_assigned :bling_order_item

def index
Expand Down

0 comments on commit 3f6f987

Please sign in to comment.