5 lines
106 B
Ruby
5 lines
106 B
Ruby
class MenuItemAttribute < ApplicationRecord
|
|
validates_presence_of :attribute_type, :name, :value
|
|
|
|
end
|