Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/docster/routing.rb
Instance Method Summary collapse
Instance Method Details
#api_docs ⇒ Object
3 4 5 |
# File 'lib/docster/routing.rb', line 3 def api_docs match "/docs/api" => "docster#index", :via => [:get] end |