Module | MerbAuthSlicePassword |
In: |
lib/merb-auth-slice-password.rb
|
All Slice code is expected to be namespaced inside a module
Setup routes inside the host application
@param scope<Merb::Router::Behaviour>
Routes will be added within this scope (namespace). In fact, any router behaviour is a valid namespace, so you can attach routes at any level of your router setup.
@note prefix your named routes with :mauth_password_slice_
to avoid potential conflicts with global named routes.