Sha256: 02044bdd0fbe81ea587aa864854116bd09b9dcc467af090568a8b84d80e92c82
Contents?: true
Size: 116 Bytes
Versions: 7
Compression:
Stored size: 116 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_action :authenticate_user! end
Version data entries
7 entries across 7 versions & 3 rubygems