Method: Jets::Naming.api_resources_template_path
- Defined in:
- lib/jets/naming.rb
.api_resources_template_path(page) ⇒ Object
33 34 35 |
# File 'lib/jets/naming.rb', line 33 def api_resources_template_path(page) "#{template_path_prefix}-api-resources-#{page}.yml" end |