Remove some gems because they are never used in this project.

This commit is contained in:
Prace Fen
2013-02-06 22:48:55 +08:00
parent 27e1a81b34
commit b60be8889f
4 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>