Sha256: 7dd04b5ec908a0f55eae3419d6db92293176b921c8cbc632124f649193d8743f

Contents?: true

Size: 152 Bytes

Versions: 5

Compression:

Stored size: 152 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def current_user
    nil
  end

  def can_administer?
    true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rapidfire-8.0.0 spec/dummy/app/controllers/application_controller.rb
rapidfire-5.0.0 spec/dummy/app/controllers/application_controller.rb
rapidfire-4.0.0 spec/dummy/app/controllers/application_controller.rb
rapidfire-3.1.0 spec/dummy/app/controllers/application_controller.rb
rapidfire-3.0.0 spec/dummy/app/controllers/application_controller.rb