Sha256: d182913ece8bd9dae110718e8dba1d71975acab707e57527523a2105ddf360aa
Contents?: true
Size: 188 Bytes
Versions: 6
Compression:
Stored size: 188 Bytes
Contents
module Shoulda module Matchers # @private module Routing def route(method, path) ActionController::RouteMatcher.new(method, path, self) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems