Answer the question
In order to leave comments, you need to log in
How to set up the kaminari gem if multiple routes point to the same action?
There are multiple routes leading to the same action:
routes.rb
#Группы категории
Category.group_routes.each do |group|
get group, :to=> 'search#_category_group'
end
Answer the question
In order to leave comments, you need to log in
The kaminari developer replied that there is no such possibility and each route should have its own action ((
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question