We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for old versions of rails, they changed a function name, try looking at this:
in file “lib/ab_view_helper.rb” in function “ab_test(testname, version_count, &block)”
change this: “block_called_from_erb?(block) ? concat(content_tag) : content_tag” to “block_is_within_action_view?(block) ? concat(content_tag, block.binding) : content_tag”