Open chrisedington opened 1 month ago
I also get this when the gem is installed, and it goes away when it's not. Perhaps a Kaminari conflict?
NoMethodError: undefined method per' for #<ActiveRecord::AssociationRelation []> app/controllers/shopfront/site_controller.rb:30:in
home'
@featured = @current_shop.products.featured.available_online.rank_by_position.page(params[:page]).per(30)
...
(97 additional frame(s) were not displayed)
Hi @joshmn
Thank you for this gem!
I'm having the below issue, any ideas? :)