forked from OpenNeo/impress
4 lines
62 B
Ruby
4 lines
62 B
Ruby
|
class NCMallRecord < ApplicationRecord
|
||
|
belongs_to :item
|
||
|
end
|