IMHO it's now more obvious that these methods only forward their arguments to other methods.
6 lines
99 B
Ruby
6 lines
99 B
Ruby
module LinkListHelper
|
|
def link_list(...)
|
|
render Shared::LinkListComponent.new(...)
|
|
end
|
|
end
|