Module: YiffSpace::Extensions::ActionDispatch::SetAuthClient
- Included in:
- ActionDispatch::Routing::Mapper::Scoping
- Defined in:
- lib/yiffspace/extensions/action_dispatch/set_auth_client.rb,
lib/yiffspace/extensions/action_dispatch/set_auth_client/scoped.rb
Defined Under Namespace
Modules: Scoped
Instance Method Summary collapse
Instance Method Details
#set_auth_client(name) ⇒ Object
7 8 9 |
# File 'lib/yiffspace/extensions/action_dispatch/set_auth_client.rb', line 7 def set_auth_client(name, &) constraints(Auth::SetClientName.new(name), &) end |