merbtasks.rb

Path: lib/merb-param-protection/merbtasks.rb
Last Update: Wed Jul 08 17:19:55 -0600 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]