Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887885
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, Aug 10, 6:14 AM
Size
404 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 6:14 AM (12 h, 53 m)
Engine
blob
Format
Raw Data
Handle
229303
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