Sha256: 97abf3f9d73ecc67e1d7419f8642728d81b386cf18b6282ef9c6c0018649e548
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
# 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 protect_from_forgery before_filter :current_user end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-1.1.rc1 | test/rails_app/app/controllers/application_controller.rb |
devise-1.1.rc0 | test/rails_app/app/controllers/application_controller.rb |