mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
5 lines
99 B
Ruby
5 lines
99 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Items that can be added to the shopping cart
|
|
module CartItem; end
|