aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/referential_policy.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/policies/referential_policy.rb b/app/policies/referential_policy.rb
index e531c6c19..88847a212 100644
--- a/app/policies/referential_policy.rb
+++ b/app/policies/referential_policy.rb
@@ -30,6 +30,10 @@ class ReferentialPolicy < BoivPolicy
true
end
+ def show?
+ true
+ end
+
def unarchive? ; archive? end
def update? ; edit? end
def new? ; create? end