Module: YiffSpace::Extensions::ActionDispatch::SetAuthClient::Scoped

Included in:
ActionDispatch::Routing::Mapper::Scoping
Defined in:
lib/yiffspace/extensions/action_dispatch/set_auth_client/scoped.rb

Instance Method Summary collapse

Instance Method Details

#yiffspace_set_auth_client(name) ⇒ Object



8
9
10
# File 'lib/yiffspace/extensions/action_dispatch/set_auth_client/scoped.rb', line 8

def yiffspace_set_auth_client(name, &)
  constraints(Auth::SetClientName.new(name), &)
end