class ActionView::ATestHelperTest
Public Class Methods
call(*)
click to toggle source
# File actionview/test/template/test_case_test.rb, line 241 def self.call(*) end
routes()
click to toggle source
# File actionview/test/template/test_case_test.rb, line 235 def self.routes @routes ||= ActionDispatch::Routing::RouteSet.new end
Public Instance Methods
render_from_helper()
click to toggle source
# File actionview/test/template/test_case_test.rb, line 255 def render_from_helper new_content_url end