Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class ApplicationController < ActionController::Base
  2. before_filter {|c| c.params.each {|k, v| v.force_encoding("UTF-8") }}
  3. end
Add Comment
Please, Sign In to add comment