Class: Download

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/download.rb

Instance Method Summary collapse

Instance Method Details

#document_ok?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/models/download.rb', line 14

def document_ok?
  self.document.exists?
end