rename cvv to verification value
[monkeycharger.git] / trunk / app / controllers / application.rb
blob45283e3ba1f7912740cd5cb98096d9541d460d6f
1 # Filters added to this controller apply to all controllers in the application.
2 # Likewise, all the methods added will be available for all controllers.
4 class ApplicationController < ActionController::Base
5   helper :all # include all helpers, all the time
6   filter_parameter_logging :crypted_number, :passphrase, :verification_value, :number, :iv
7   session :off
8 end