Commit 58ab0ba8 by Tran Hoang Viet

Merge remote-tracking branch 'origin/hotfix-1.0.0' into develop

parents 3b19a49d e8b8f19a
...@@ -17,5 +17,5 @@ class Product < ActiveRecord::Base ...@@ -17,5 +17,5 @@ class Product < ActiveRecord::Base
mount_uploader :image, ImageUploader mount_uploader :image, ImageUploader
solr_options per_page: 2, fields: [:id, :title] solr_options per_page: 5, fields: [:id, :title]
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment