lib/shoulda_routing/dsl.rb in shoulda_routing-0.0.1 vs lib/shoulda_routing/dsl.rb in shoulda_routing-0.0.2
- old
+ new
@@ -2,7 +2,10 @@
module DSL
# Includes resources method to the DSL.
include Resources::Method
+ # Includes namespace method to the DSL.
+ include Namespaces::Method
+
end
end