Sha256: 88c5537cded8dbf7adef7f19c5b91d4c85da9cc5d0c2b76ca34095363f591452
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
module ShouldaRouting module Resources module Method # This method provides a simple way to test the resources routes. def resources *args, &block Resources::Base.new(*args, &block).test! end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoulda_routing-0.0.2 | lib/shoulda_routing/resources/method.rb |
shoulda_routing-0.0.1 | lib/shoulda_routing/resources/method.rb |