[Source]
# File lib/cms/extensions/action_view/base.rb, line 5 5: def next_tabindex 6: @tabindex ||= 0 7: @tabindex += 1 8: end
[Validate]