method
short_identifier
v7.2.3 -
Show latest stable
- Class:
ActionView::Template
short_identifier()public
No documentation available.
# File actionview/lib/action_view/template.rb, line 297
def short_identifier
@short_identifier ||= defined?(Rails.root) ? identifier.delete_prefix("#{Rails.root}/") : identifier
end