2016-10-19 03:11:36 +00:00
|
|
|
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
|
2014-05-03 12:34:36 +00:00
|
|
|
|
2015-04-27 21:44:41 +00:00
|
|
|
class Store
|
|
|
|
class Object < ApplicationModel
|
|
|
|
validates :name, presence: true
|
|
|
|
end
|
2015-04-27 14:15:29 +00:00
|
|
|
end
|