5 lines
79 B
Ruby
5 lines
79 B
Ruby
|
class CardsLink < ActiveRecord::Base
|
||
|
belongs_to :card
|
||
|
belongs_to :link
|
||
|
end
|