Remove unused `before_filters`

This method added by 1008511. It is unnecessary because it is no longer called
by 19c3495.
This commit is contained in:
yuuji.yaginuma 2017-10-15 16:01:02 +09:00
parent 5668dc6b18
commit 879d540adc
1 changed files with 0 additions and 6 deletions

View File

@ -12,11 +12,5 @@ module ActionController
self.params = nil
end
end
module ClassMethods
def before_filters
_process_action_callbacks.find_all { |x| x.kind == :before }.map(&:name)
end
end
end
end