File: wrap_parameters.rb

package info (click to toggle)
ruby-roadie-rails 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: ruby: 1,670; sh: 47; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (6)
1
2
3
ActiveSupport.on_load(:action_controller) do
  wrap_parameters format: [:json]
end