1 changed files with 5 additions and 3 deletions
@ -1,4 +1,6 @@ |
|||||||
class AnnotationMarksModalFormComponent < BaseComponent |
class AnnotationMarksModalFormComponent < BaseComponent |
||||||
|
attr_reader :opts |
||||||
def initialize(current_user:); end |
def initialize(current_user:, opts: {}) |
||||||
end |
@opts = opts |
||||||
|
end |
||||||
|
end |
||||||
|
|||||||
Loading…
Reference in new issue