If the name of an action contains underscores, that action will not be found properly by `RaconteurSituation#act`. I assume this is caused by the regex that picks out action link types, which use underscores as separators (of course).
If the name of an action contains underscores, that action will not be found properly by
RaconteurSituation#act.I assume this is caused by the regex that picks out action link types, which use underscores as separators (of course).