Libraries
»
recordselect
(3.1.7)
»
Index (R)
»
ActionDispatch
»
Routing
Module: ActionDispatch::Routing
Defined in:
lib/record_select/extensions/routing_mapper.rb
Defined Under Namespace
Classes:
Mapper
Constant Summary
collapse
RECORD_SELECT_ROUTING =
{
:collection
=
>
{
:browse
=
>
:get
}
,
:member
=
>
{
:select
=
>
:post
}
}