Sha256: e3931c2526e2e9a648d769996beb8fc54e96bbade3129e94d2d618556b18230e

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 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

6 entries across 6 versions & 4 rubygems

Version Path
davidtrogers-webrat-0.4.4.2 spec/integration/merb/app/controllers/testing.rb
diabolo-webrat-0.4.4.1 spec/integration/merb/app/controllers/testing.rb
diabolo-webrat-0.4.4.2 spec/integration/merb/app/controllers/testing.rb
diabolo-webrat-0.4.4 spec/integration/merb/app/controllers/testing.rb
raldred-webrat-0.4.4.2 spec/integration/merb/app/controllers/testing.rb
sr-webrat-0.4.4.1 spec/integration/merb/app/controllers/testing.rb