]> git.openstreetmap.org Git - rails.git/commit
Mark all methods in api_controller and application_controller as private
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Mar 2019 13:37:39 +0000 (14:37 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Mar 2019 14:08:36 +0000 (15:08 +0100)
commit8d207e7de0d540afbfd45381f23c5f9378026009
tree83bbc3bbba941c98930b5be64863018f704c75d5
parentdad36f2fca68142c53875cdacc55192d1561effd
Mark all methods in api_controller and application_controller as private

They aren't designed to be used as request endpoints, so there's no
need for them to be public.
app/controllers/api_controller.rb
app/controllers/application_controller.rb