mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-03 22:21:53 +08:00
Fix report in academia
This commit is contained in:
parent
b752f32444
commit
5d80c51996
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ class Asset < ApplicationRecord
|
||||||
|
|
||||||
attr_accessor :file_content, :file_info, :in_template
|
attr_accessor :file_content, :file_info, :in_template
|
||||||
|
|
||||||
|
attr_accessor :file_file_name
|
||||||
|
attr_accessor :file_file_size
|
||||||
|
|
||||||
def self.search(
|
def self.search(
|
||||||
user,
|
user,
|
||||||
include_archived,
|
include_archived,
|
||||||
|
|
Loading…
Reference in a new issue