Sha256: d7496db116954475b38be8dbdd6ecde8326bfad82a10f4df7e571a6f55dfbba0

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

class AccessControlByHostController < TestController
  allow :all
  allow :host => 'allowed.example.org'
  deny :host => 'denied.example.org'
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
jrun-rails_doorman-0.0.1 spec/fixtures/app/app/controllers/access_control_by_host_controller.rb
rails-doorman-0.1.0 spec/fixtures/app/app/controllers/access_control_by_host_controller.rb