diff options
Diffstat (limited to 'app/policies/line_policy.rb')
| -rw-r--r-- | app/policies/line_policy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/line_policy.rb b/app/policies/line_policy.rb index 92310f042..8ef2dcaed 100644 --- a/app/policies/line_policy.rb +++ b/app/policies/line_policy.rb @@ -12,4 +12,5 @@ class LinePolicy < ApplicationPolicy def new? ; create? end def edit? ; true end def destroy? ; create? end + def update_footnote?; true end end |
