| Path: | lib/merb-param-protection/merbtasks.rb | 
| Last Update: | Wed Aug 18 12:16:07 -0600 2010 | 
namespace :merb_param_protection do
  desc "Do something for merb_param_protection"
  task :default do
    puts "merb_param_protection doesn't do anything"
  end
end