PageRenderTime 10ms CodeModel.GetById 6ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/config/initializers/escape_utils.rb

https://bitbucket.org/tbueno/planetafutebol
Ruby | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 9859ac5d411130abc0fdd3e3a7baab05 MD5 | raw file
1module Rack
2  module Utils
3    def escape(s)
4      EscapeUtils.escape_url(s)
5    end
6  end
7end