Files
openfoodnetwork/app/models/connected_app.rb
2023-12-15 11:50:04 +11:00

9 lines
199 B
Ruby

# frozen_string_literal: true
# An enterprise can be connected to other apps.
#
# Here we store keys and links to access the app.
class ConnectedApp < ApplicationRecord
belongs_to :enterprise
end