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
I have a resource OrphanUpdate. When used in a template I need to do {{ runway:orphanupdate ... }} instead of {{ runway:orphan_update ... }} like I'd expect.
Steps to reproduce
Have a CamelCased resource FooBar
Attempt to reference in a template like {{ runway:foo_bar ... }}
Description
I have a resource
OrphanUpdate
. When used in a template I need to do{{ runway:orphanupdate ... }}
instead of{{ runway:orphan_update ... }}
like I'd expect.Steps to reproduce
FooBar
{{ runway:foo_bar ... }}
Environment
The text was updated successfully, but these errors were encountered: