summaryrefslogtreecommitdiff
path: root/example/views/authenticate.erb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-07-03 13:50:26 +0200
committerAzul <azul@leap.se>2012-07-03 13:50:26 +0200
commit458975ce0e17a5d752ac99f68a23236b7f078519 (patch)
treed6ccc2502b39819c39713aa1f2afe36017f8a342 /example/views/authenticate.erb
parent20bf14939fbd75e3ee0206c2bf14737e2c7ac2c2 (diff)
using json instead of xml responses
Diffstat (limited to 'example/views/authenticate.erb')
-rw-r--r--example/views/authenticate.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/example/views/authenticate.erb b/example/views/authenticate.erb
deleted file mode 100644
index a6bf80d..0000000
--- a/example/views/authenticate.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<% if @auth[:M2] %>
- <M><%="%x" % [@auth[:M2]]%></M>
-<% end %>
-<% if @auth[:error] %>
- <error><%=@auth[:error]%></error>
-<% end %>
-