4 lines
78 B
Ruby
Executable File
4 lines
78 B
Ruby
Executable File
class ProductOptionLang < ActiveRecord::Base
|
|
belongs_to :product_option
|
|
end
|