Method: CiInACan::Web#show_the_test_result
- Defined in:
- lib/ci_in_a_can/web.rb
#show_the_test_result ⇒ Object
47 48 49 50 |
# File 'lib/ci_in_a_can/web.rb', line 47 def show_the_test_result test_result = CiInACan::TestResult.find(params[:id]) test_result.to_html end |