6 lines
100 B
Ruby
6 lines
100 B
Ruby
class EmployerCardLogo < ApplicationRecord
|
|
belongs_to :employer
|
|
belongs_to :card_logo_file
|
|
|
|
end
|