merbtasks.rb

Path: lib/merb-param-protection/merbtasks.rb
Last Update: Sun Mar 01 08:58:15 -0700 2009

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

[Validate]