added devise

This commit is contained in:
2011-10-22 23:52:31 -07:00
parent 0e0a034edf
commit 0a56cad831
50 changed files with 8469 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
protect_from_forgery # See ActionController::RequestForgeryProtection for details
# Scrub sensitive parameters from your log
# filter_parameter_logging :password
end