Files
openfoodnetwork/app/models/custom_tab.rb
2023-05-25 09:19:51 +02:00

6 lines
114 B
Ruby

# frozen_string_literal: false
class CustomTab < ApplicationRecord
belongs_to :enterprise, optional: false
end