Skip to content

Commit f55007c

Browse files
committed
readded require path
1 parent 0bfe250 commit f55007c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/concepts/matestack/ui/core/link/link.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module Matestack::Ui::Core::Link
22
class Link < Matestack::Ui::Core::Component::Static
33

4+
REQUIRED_KEYS = [:path]
5+
46
def setup
57
@tag_attributes.merge!({
68
"class": options[:class],

0 commit comments

Comments
 (0)