Hide Routing module in docs

[ci skip]
This commit is contained in:
Elliot Winkler 2015-09-30 13:17:53 -06:00
parent 142366ef16
commit bc97034ccb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module Shoulda
module Matchers
# @private
module Routing
# @private
def route(method, path)
ActionController::RouteMatcher.new(method, path, self)
end