# File lib/backup/storage/base.rb, line 23 def initialize(model, storage_id = nil) load_defaults! @model = model @storage_id = storage_id end