-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Labels
Description
With the current function of jBuilder, you have to name a file _file.json.jbuilder
to use json.partial! 'file/file'
Is there a way to remove the implied underscore in the current implementation?
If not: What would it take for this to be added? I can lend some assistance to it within a week.
If so: Can we add something to the readme to make these options more easily accessible?
Why the ask? Say you want to just render the show action template in a collection like an index or in another jBuilder altogether. Making a _show
file feels like a bit of a hackaround.
RobinDaugherty, Bighamster and darkfishy