sinfin / auctify

Rails engine for auctions of items
MIT License
11 stars 4 forks source link

throwing away `isolate_namespace` #6

Closed foton closed 3 years ago

foton commented 3 years ago

because of wrong routing in main app (was url_for([:console, Auctify::SalesPack]) => console_sales_packs_path instead console_auctify_sales_packs_path) Gem handle it on its'own. Mounting point should be '/' (so URLs than be /auctify/sales_packs)