module ActionView::AnotherTestHelper

Public Instance Methods

from_another_helper() click to toggle source
# File actionview/test/template/test_case_test.rb, line 11
def from_another_helper
  "Howdy!"
end