Sha256: afdc7cde2121ff85ce592e9d6ccefc958d5f92e9b7d326e129bbfbd165fe6d1f

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

class TestController < ApplicationController
  def show; render(:text => 'Allowed Access') end
  def index; render(:text => 'Allowed Access') end
end

Version data entries

2 entries across 2 versions & 2 rubygems

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