Module: Norikra::WebUI::Helpers
- Defined in:
- lib/norikra/webui/helpers.rb
Instance Method Summary collapse
Instance Method Details
#url_for(ref) ⇒ Object
3 4 5 |
# File 'lib/norikra/webui/helpers.rb', line 3 def url_for(ref) "#{request.script_name}#{ref}" end |