index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
lib
/
active_resource
/
struct.rb
blob: 6f4ffecc20d55775ae628a536df6d4622fc85005 (
plain
) (
blame
)
1
2
3
4
5
6
7
module
ActiveResource
class
Struct
def
self
.
create
Class
.
new
(
Base
)
end
end
end