Sha256: b133ef5d80eb599b1504ec1fad7053c1acd5947e31f9b1afe6abece23b9ed4cf

Contents?: true

Size: 213 Bytes

Versions: 15

Compression:

Stored size: 213 Bytes

Contents

class Testing < Application
  
  def show_form
    render
  end
  
  def submit_form
  end
  
  def internal_redirect
    redirect "/"
  end
  
  def external_redirect
    redirect "http://google.com"
  end
  
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
adva-0.3.2 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.3.1 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.3.0 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.2.4 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.2.3 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.2.2 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.2.1 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.2.0 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.1.4 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.1.3 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.1.2 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.1.1 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.1.0 test/webrat/spec/integration/merb/app/controllers/testing.rb
adva-0.0.1 test/webrat/spec/integration/merb/app/controllers/testing.rb
integrity-0.1.9 vendor/webrat/spec/integration/merb/app/controllers/testing.rb