Liking cljdoc? Tell your friends :D

com.timezynk.cancancan.condition.common

General-purpose authorization predicate factories.

General-purpose authorization predicate factories.
raw docstring

failclj

(fail _ _ _)

Always false.

Always `false`.
raw docstring

module-activeclj

(module-active module)

True if module is active for the signed-in user, false otherwise

True if `module` is active for the signed-in user, false otherwise
raw docstring

same-company-idclj

True if the signed-in user and instance belong to the same company, false otherwise.

True if the signed-in user and `instance` belong to the same company,
false otherwise.
raw docstring

same-idclj

(same-id f)
(same-id fa fb)

True if fa applied to the signed-in user and fb applied to instance result in the same ID, false otherwise.

True if `fa` applied to the signed-in user and `fb` applied to `instance`
result in the same ID, false otherwise.
raw docstring

succeedclj

(succeed _ _ _)

Always true.

Always `true`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close