1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/app/models/cart_item/cart_item.rb
2023-02-15 10:30:03 +01:00

5 lines
99 B
Ruby

# frozen_string_literal: true
# Items that can be added to the shopping cart
module CartItem; end