Fixed follow up issue of reload/load commit 7311868
.
This commit is contained in:
parent
f7b772f7c1
commit
e6ccb45225
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class Store < ApplicationModel
|
||||
require 'store/object'
|
||||
require 'store/file'
|
||||
load 'store/object.rb'
|
||||
load 'store/file.rb'
|
||||
|
||||
store :preferences
|
||||
belongs_to :store_object, :class_name => 'Store::Object'
|
||||
|
|
Loading…
Reference in a new issue