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