Skip to content

Instantly share code, notes, and snippets.

View Matheus-de-Souza's full-sized avatar

Matheus de Souza Matheus-de-Souza

  • Novo Hamburgo, Brazil
View GitHub Profile
Store::Application.routes.draw do
match 'select_url' => 'others/products#select_url'
wiki_root 'ecommerce/wiki'
wiki_root 'publisher/wiki'
wiki_root 'saas/wiki'
def ecommerces
resources :ecommerces, :module => :ecommerce, :except => [:show, :destroy, :edit, :update, :create, :new, :index] do