1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

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

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