Browse Source

Fix `doctrines#show` component

pull/63/head
alexdbondoc17 4 years ago
parent
commit
31baa776e1
  1. 1
      app/components/document_doctrine_show_component.rb

1
app/components/document_doctrine_show_component.rb

@ -6,6 +6,7 @@ class DocumentDoctrineShowComponent < BaseComponent
@document_id = document_id
@current_user = current_user
@subjects = subjects
@opts = opts
end
delegate :id, to: :doctrine

Loading…
Cancel
Save