Cross Reference: files.rb
xref
: /
ontohub
/
app
/
models
/
ontology_version
/
files.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
files.rb revision aead985e48027c9df1ef553b17df29dd378757aa
module
OntologyVersion
::
Files
extend
ActiveSupport
::
Concern
included
do
# virtual attribute for upload
attr_accessible
:
raw_file
end
def
raw_file
=
(
value
)
@
raw_file
=
value
end
end