2008/11/17 Емил Иванов / Emil Ivanov <[EMAIL PROTECTED]>:
> All this is very nice, but to to reflect business domain the above
> routes would look better if they are
>
> /users/register
> /users/edit-profile
>
> or something else.
> It would be much better if the resource method allows something like
> the following:
>
> resource :users do
>  map :new => 'register'
>  map :edit => 'edit-profile'
> end

I feel strongly against of bloating merb-core with features like this.
This is extra syntactic sugar that should be in the plugin.

-- 
MK

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to