Searched defs:raw_file (Results 1 - 1 of 1) sorted by relevance

/ontohub/app/models/ontology_version/
H A Dfiles.rb6 attr_accessible :raw_file
10 def raw_file=(value)
11 @raw_file = value
16 raise "raw file missing" unless @raw_file
17 self.path = @raw_file.original_filename if self.path.nil?
19 tmp_file = if @raw_file.class == ActionDispatch::Http::UploadedFile
20 @raw_file.tempfile
22 @raw_file
42 def raw_file?
48 unless raw_file
[all...]

Completed in 11 milliseconds