mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
7 lines
168 B
Ruby
7 lines
168 B
Ruby
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
class Store
|
|
class Object < ApplicationModel
|
|
validates :name, presence: true
|
|
end
|
|
end
|