merbtasks.rb

Path: merb-param-protection/lib/merb-param-protection/merbtasks.rb
Last Update: Tue Jul 28 08:32:52 +0200 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]