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