Project

General

Profile

« Previous | Next » 

Revision 06bf16e9

Added by Ohad Levy almost 12 years ago

  • ID 06bf16e9ec9d169001e4a9a2a7eb8f908e61ee32

require_nfs_access method should not be a private method.

View differences:

app/models/operatingsystem.rb
raise "Attempting to construct a operatingsystem image filename but #{family} cannot be built from an image"
end
# If this OS family requires access to its media via NFS
def require_nfs_access_to_medium
false
end
private
def deduce_family
if self.family.blank?
......
end
end
# If this OS family requires access to its media via NFS
def require_nfs_access_to_medium
false
end
end

Also available in: Unified diff