Sha256: de71f01e2ecb7c108a8651ce9b32b0bce82b45c3375f79bb7dc2f65a7291ba60
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery private def authenticate! session[:origin] = request.fullpath me! root_url end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
current_me-0.0.3 | spec/dummy/app/controllers/application_controller.rb |