Sha256: fb8e7673170f75aad4eb8877bc3330c5b5b10e192afd46d32069b98e6e4bd637
Contents?: true
Size: 180 Bytes
Versions: 2
Compression:
Stored size: 180 Bytes
Contents
class ApplicationController < ActionController::Base #protect_from_forgery def acting_user # cookies[:acting_user] and User.find_by_email(cookies[:acting_user]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-mesh-0.6.0 | reactive_record_test_app/app/controllers/application_controller.rb |
hyper-mesh-0.5.4 | reactive_record_test_app/app/controllers/application_controller.rb |