Method: Tests::PretendController#open
- Defined in:
- app/controllers/tests/pretend_controller.rb
#open ⇒ Object
17 18 19 |
# File 'app/controllers/tests/pretend_controller.rb', line 17 def open render :text =>"<h1>Open Page</h1> You can see this public page." end |