Remove unused resource controller methods

These methods aren't necessary since commit 71601bd3f.
This commit is contained in:
taitus
2022-09-09 10:55:33 +02:00
parent 24276a201e
commit 3d1a9501aa
3 changed files with 0 additions and 13 deletions

View File

@@ -46,9 +46,4 @@ class Admin::Poll::Questions::AnswersController < Admin::Poll::BaseController
[*attributes, translation_params(Poll::Question::Answer)]
end
def resource
load_answer unless @answer
@answer
end
end