class Can4::NullRule

Fake rule representing nothing matched a subject when looking up its ability.

@!visibility private

Public Class Methods

authorized?(*) click to toggle source
# File lib/can4/rule.rb, line 39
def self.authorized?(*)
  false
end