Sha256: c75db5032e48e8bfffbce0e460a3ed0364cdd1cfef9121f15eadb4bfdd234cf2

Contents?: true

Size: 114 Bytes

Versions: 6

Compression:

Stored size: 114 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def current_user
    nil
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
green_flag-0.4.0 spec/dummy/app/controllers/application_controller.rb
green_flag-0.3.0 spec/dummy/app/controllers/application_controller.rb
green_flag-0.2.0 spec/dummy/app/controllers/application_controller.rb
green_flag-0.1.2 spec/dummy/app/controllers/application_controller.rb
green_flag-0.1.1 spec/dummy/app/controllers/application_controller.rb
green_flag-0.1.0 spec/dummy/app/controllers/application_controller.rb