diff options
author | Carl Lerche <carllerche@mac.com> | 2009-12-31 11:46:56 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-12-31 11:57:59 -0800 |
commit | a23f4b6aeed6b49f90f5c544c818798840f090b7 (patch) | |
tree | dfbca46ff3d0ca62e781a36549fa57d08943db75 /activeresource | |
parent | 1e41097294b6f966f65909db5c56c9fc21b665f7 (diff) | |
download | rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.gz rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.bz2 rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.zip |
Add a /rails.rb for each framework for consistency
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/rails.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activeresource/lib/active_resource/rails.rb b/activeresource/lib/active_resource/rails.rb new file mode 100644 index 0000000000..e73444e6e7 --- /dev/null +++ b/activeresource/lib/active_resource/rails.rb @@ -0,0 +1 @@ +require "active_resource"
\ No newline at end of file |