Skip to content

Commit

Permalink
DOCS add comment clarifying itemizable works with line items
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyli97 committed Aug 1, 2024
1 parent 02d96aa commit 930a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/itemizable.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Creates a veritable powerhouse.
# This module provides Duck Typed behaviors for anything that shuttle Items
# This module provides Duck Typed behaviors for anything that shuttles LINE ITEMS (not items)
# throughout the system. e.g. things that `has_many :line_items` -- this provides
# all the logic about how those kinds of things behave.
module Itemizable
Expand Down

0 comments on commit 930a6e4

Please sign in to comment.