Method: ApplicationHelper#server_url_for
- Defined in:
- app/helpers/application_helper.rb
#server_url_for(options = {}) ⇒ Object
28 29 30 |
# File 'app/helpers/application_helper.rb', line 28 def server_url_for( = {}) url_for .update(:only_path => false) end |