Sha256: f2ba82d3bab072a6c0c0632a447405a3910844f711837a8e09a11d8d108bc2e3
Contents?: true
Size: 329 Bytes
Versions: 16
Compression:
Stored size: 329 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 before_filter :authenticate_user!, :if => :devise_controller? end
Version data entries
16 entries across 16 versions & 5 rubygems