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