Sha256: 65ad7d23eb112a595563cad5c4bb98fa47be01ee85a34f5208aba7ac1c9a56af
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
module ShouldaRouting module Namespaces module Method # This method provides a simple way to support namespaces. def namespace *args, &block Namespaces::Base.new(*args, &block).test! end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoulda_routing-0.0.2 | lib/shoulda_routing/namespaces/method.rb |