Sha256: 381fe79767dd2fec66d91324c0b73c6d3d93d3afd12691146b04a6106a13889c

Contents?: true

Size: 323 Bytes

Versions: 4

Compression:

Stored size: 323 Bytes

Contents

BRICK_APP_NAME::Application.routes.draw do
  root "pages#home"
  get "home", to: "pages#home", as: "home"
  get "inside", to: "pages#inside", as: "inside"
  BRICK_CONTACT_ROUTES
  BRICK_POST_ROUTES
  devise_for :users

  namespace :admin do
    root "base#index"
    resources :users
    BRICK_ADMIN_POST_ROUTES
  end

end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
railsbricks-3.7.0 lib/railsbricks/assets/config/routes.rb
railsbricks-reloaded-3.2.1 lib/railsbricks/assets/config/routes.rb
phoenixbricks-3.2.7 lib/railsbricks/assets/config/routes.rb
phoenixbricks-3.2.6 lib/railsbricks/assets/config/routes.rb