Member predicate ErbFile::getTemplateName
Gets the base template name associated with this ERB file.
For instance, a file named foo.html.erb
has a template name of foo
.
A partial template file named _item.html.erb
has a template name of item
.