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