Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461299
storage.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, May 18, 12:18 AM
Size
404 B
Mime Type
text/x-ruby
Expires
Tue, May 20, 12:18 AM (1 d, 11 m)
Engine
blob
Format
Raw Data
Handle
220113
Attached To
rARCHIVING archiving
storage.rb
View Options
# Bacula Storage table
#
# The Storage table contains one entry for each Storage used.
class
Storage
<
ActiveRecord
::
Base
self
.
table_name
=
:Storage
self
.
primary_key
=
:StorageId
alias_attribute
:storage_id
,
:StorageId
alias_attribute
:name
,
:Name
alias_attribute
:auto_changer
,
:AutoChanger
has_many
:media
,
foreign_key
:
:StorageId
def
self
.
available_options
pluck
(
:Name
)
end
end
Event Timeline
Log In to Comment