Sha256: bcea79b93f0380d443ec79f3ad030962acb283c8686e189471e73267fd94d0f7

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

class MainController < ApplicationController
  def index
    puts "CURRENT USER #{current_user.inspect}"
  end

  def another_cool_page
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
authlogic_cloudfuji-0.9.4 spec/scenario/app/controllers/main_controller.rb
authlogic_cloudfuji-0.9.3 spec/scenario/app/controllers/main_controller.rb
authlogic_bushido-0.9.2 spec/scenario/app/controllers/main_controller.rb
authlogic_bushido-0.9.1 spec/scenario/app/controllers/main_controller.rb
authlogic_bushido-0.9 spec/scenario/app/controllers/main_controller.rb