Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Jan 18, 2024
1 parent 68ba8f0 commit bd3a225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/discourse_topic_voting/list_controller_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module DiscourseTopicVoting
module ListControllerExtension
def self.prepended(base)
base.class_eval do
before_action :ensure_discourse_topic_voting, only: %i[voted_by, votes_feed]
skip_before_action :ensure_logged_in, only: %i[voted_by, votes_feed]
before_action :ensure_discourse_topic_voting, only: %i[voted_by votes_feed]
skip_before_action :ensure_logged_in, only: %i[voted_by votes_feed]
end
end

Expand Down

0 comments on commit bd3a225

Please sign in to comment.