Sha256: acc2375be89befab9835d2ef43a938a7f21a2811f5e4b2502879b8af586d7768

Contents?: true

Size: 127 Bytes

Versions: 1

Compression:

Stored size: 127 Bytes

Contents

class GuestProtectedController < ApplicationController
  before_filter :authenticate_guest

  def index
    head :ok
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
KnockRails3-2.1.1 test/dummy/app/controllers/guest_protected_controller.rb