mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
fixed hound
This commit is contained in:
parent
6a4801466d
commit
87d072537b
2 changed files with 38 additions and 37 deletions
|
@ -6,7 +6,8 @@ module Api
|
|||
type :results
|
||||
attributes :id, :name, :my_module_id, :user_id, :created_at, :updated_at,
|
||||
:archived, :archived_on, :last_modified_by_id, :archived_by_id,
|
||||
:restored_by_id, :restored_on, :result_text, :result_table, :result_asset
|
||||
:restored_by_id, :restored_on, :result_text, :result_table,
|
||||
:result_asset
|
||||
|
||||
belongs_to :my_module, serializer: MyModuleSerializer
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue