Sha256: b4277dad0197d8cf1cb26c512fb7608a5c45c8d98dc716705e50280cdc87c4d0

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 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

5 entries across 5 versions & 1 rubygems

Version Path
hyper-mesh-0.5.3 reactive_record_test_app/app/controllers/application_controller.rb
hyper-mesh-0.5.2 reactive_record_test_app/app/controllers/application_controller.rb
hyper-mesh-0.5.1 reactive_record_test_app/app/controllers/application_controller.rb
hyper-mesh-0.5.0 reactive_record_test_app/app/controllers/application_controller.rb
hyper-mesh-0.4.0 reactive_record_test_app/app/controllers/application_controller.rb