Namespace
Methods
I
S
Instance Public methods
index?()
  # File rhino/rhino/app/policies/rhino/viewer_policy.rb
5 def index?
6   authorize_action(true)
7 end
show?()
   # File rhino/rhino/app/policies/rhino/viewer_policy.rb
 9 def show?
10   authorize_action(true)
11 end