Skip to content

Commit

Permalink
change method names
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyaFujita2016 committed Nov 21, 2022
1 parent ccd3bf2 commit d8ed5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/already_read/issue_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.included(base) # :nodoc:
base.send(:include, InstanceMethods) # obj.method

base.class_eval do
alias_method_chain :css_classes, :already_read
alias_method :css_classes, :already_read
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/already_read/issue_query_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.included(base) # :nodoc:
base.send(:include, InstanceMethods) # obj.method

base.class_eval do
alias_method_chain :available_filters, :already_read
alias_method :available_filters, :already_read
end
end

Expand Down

0 comments on commit d8ed5eb

Please sign in to comment.