You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
is there a way to do this?
The text was updated successfully, but these errors were encountered: