Sha256: 359b1dae195bc7ee5ab2de1f2801aa120167c514f8bedd92fd2caa6306eca8b2

Contents?: true

Size: 161 Bytes

Versions: 14

Compression:

Stored size: 161 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def current_user
    User.last
  end

  def logged_in?
    current_user
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
chili-0.3.4 spec/dummy/example_app/app/controllers/application_controller.rb
chili-0.3.3 spec/dummy/example/app/controllers/application_controller.rb
chili-0.3.2 spec/dummy/example/app/controllers/application_controller.rb
chili-0.3.1 spec/dummy/example/app/controllers/application_controller.rb
chili-0.3.0 spec/dummy/example/app/controllers/application_controller.rb
chili-0.2.2 spec/dummy/example/app/controllers/application_controller.rb
chili-0.2.1 spec/dummy/example/app/controllers/application_controller.rb
chili-0.2.0 spec/dummy/example/app/controllers/application_controller.rb
chili-0.1.0 spec/dummy/main_app/app/controllers/application_controller.rb
chili-0.0.9 spec/dummy/main_app/app/controllers/application_controller.rb
chili-0.0.8 spec/dummy/main_app/app/controllers/application_controller.rb
chili-0.0.7 spec/dummy/main_app/app/controllers/application_controller.rb
chili-0.0.6 spec/dummy/main_app/app/controllers/application_controller.rb
chili-0.0.5 spec/dummy/main_app/app/controllers/application_controller.rb