Source: show
# File rhino/rhino/app/policies/rhino/active_storage_attachment_policy.rb 5 def create? 6 authorize_action(true) 7 end
# File rhino/rhino/app/policies/rhino/active_storage_attachment_policy.rb 9 def show? 10 authorize_action(true) 11 end