-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Add namespace method that allows to 'move' representation to another namespace.
Usage is:
- profile.namespace(:administration) do |administration_profile|
- administration_profile.form do #...
Alternatively:
- profile.namespace(:administration).form do #...
This will create a form that submits to /administration/profiles instead of /profiles.
It should be possible to create namespaced representations for both nested and top level namespaces.
Metadata
Metadata
Assignees
Labels
No labels