Skip to content

Commit

Permalink
include line items on quote line item dates query
Browse files Browse the repository at this point in the history
  • Loading branch information
dalima-dev committed Oct 19, 2024
1 parent d3ad893 commit 6aecfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/quotes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def index
end

def show
@line_item_dates = @quote.line_item_dates.ordered
@line_item_dates = @quote.line_item_dates.includes(:line_items).ordered
end

def new
Expand Down

0 comments on commit 6aecfea

Please sign in to comment.