public
Description: An extendable PHP library to communicate with RESTful rails applications
Homepage:
Clone URL: git://github.com/shuber/restful_rails.git
Sean Huber (author)
Wed Jun 11 13:29:12 -0700 2008
commit  cf98fad612a96a50aff78d9271fc4f8ed5a972e7
tree    90a3812c3fb9b4c576d5f8bf2dd43dc17b03371a
parent  2c2e7552986dc5d63189de58e2c90107a7162846
restful_rails / test.php
100644 7 lines (4 sloc) 0.07 kb
1
2
3
4
5
6
7
<?php
 
// Restful Rails - Tests
 
require_once 'restful_rails.php';
 
?>