Module: ShouldaRouting::Resources::Method
Instance Method Summary collapse
-
#resources(*args, &block) ⇒ Object
This method provides a simple way to test the resources routes.
Instance Method Details
#resources(*args, &block) ⇒ Object
This method provides a simple way to test the resources routes.
6 7 8 |
# File 'lib/shoulda_routing/resources/method.rb', line 6 def resources *args, &block Resources::Base.new(*args, &block).test! end |