aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/tweets_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/tweets_controller.rb')
-rw-r--r--app/controllers/tweets_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/tweets_controller.rb b/app/controllers/tweets_controller.rb
index d994a0f..8708898 100644
--- a/app/controllers/tweets_controller.rb
+++ b/app/controllers/tweets_controller.rb
@@ -15,7 +15,7 @@ class TweetsController < ApplicationController
redirect_to tweet
end
- def responses
+ def i_responses
authorize! @tweet = Tweet.find(params[:id])
end