aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies/line_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies/line_policy.rb')
-rw-r--r--app/policies/line_policy.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/policies/line_policy.rb b/app/policies/line_policy.rb
index a557b496c..674ed9b8d 100644
--- a/app/policies/line_policy.rb
+++ b/app/policies/line_policy.rb
@@ -6,13 +6,6 @@ class LinePolicy < ApplicationPolicy
end
end
- def show?; true end
- def create?; false end
- def update? ; false end
- def new? ; create? end
- def edit? ; false end
- def destroy? ; create? end
-
def create_footnote?
!archived? && user.has_permission?('footnotes.create')
end