4 lines
61 B
Ruby
4 lines
61 B
Ruby
class CardRx < ApplicationRecord
|
|
has_many :employers
|
|
end
|
class CardRx < ApplicationRecord
|
|
has_many :employers
|
|
end
|