rpheath / has_params

Rails plugin: allows for checking the params hash in a cleaner fashion by using methods instead of the hash directly.

This URL has Read+Write access

rpheath (author)
Wed Jun 18 14:25:27 -0700 2008
commit  e50e2f042b3ddc2a048388c7dd6e52e0caf5773e
tree    c01e436223700dca07dd642aa09a7a2488aa493f
parent  1e2b526577d1380ad82d5a0ceceeed986cb2a57a
has_params / init.rb
100644 2 lines (2 sloc) 0.074 kb
1
2
require 'has_params'
ActionController::Base.send(:include, RPH::HasParams)