aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/responder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/base/responder.rb')
-rw-r--r--actionpack/lib/action_controller/base/responder.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/base/responder.rb b/actionpack/lib/action_controller/base/responder.rb
index f83abb5a4b..989f82444b 100644
--- a/actionpack/lib/action_controller/base/responder.rb
+++ b/actionpack/lib/action_controller/base/responder.rb
@@ -20,6 +20,7 @@ module ActionController
end
end
+ # Returns a set of the methods defined as actions in your controller
def action_methods
self.class.action_methods
end