Sha256: ef67378617e94bc00fa883e079656887a9eb1669bf6fe3236026bb2d175ea037

Contents?: true

Size: 147 Bytes

Versions: 2

Compression:

Stored size: 147 Bytes

Contents

class MyAnotherProtectedPagesController < ApplicationController
  before_filter :authenticate_user!

  def show
    @user = current_user
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
current_user-0.2.1 test/dummy/app/controllers/my_another_protected_pages_controller.rb
current_user-0.2.0 test/dummy/app/controllers/my_another_protected_pages_controller.rb