Sha256: 21a4dec182d369aa08668d3f1b9629d274d6af7e0deace443ad2e4972faafae1
Contents?: true
Size: 125 Bytes
Versions: 6
Compression:
Stored size: 125 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! end
Version data entries
6 entries across 6 versions & 1 rubygems