Closed
Description
Hi guys, unable to find an option to put any additional info for the whole group info. Is it possible?
What I am looking for is something like this:
config.define_group(:public) do |public|
public.docs_dir = config.docs_dir + 'public/'
public.api_name = "Public API Header"
public.api_explanation = <<~EXP
... html markup for the into ...
EXP
public.filter = :public
end
is there a way to do this?
Metadata
Metadata
Assignees
Labels
No labels