Sha256: d961463e9c2eaef99a0ff496bbe98e480b05df4d936862d9b40d1b81e91271b5

Contents?: true

Size: 243 Bytes

Versions: 7

Compression:

Stored size: 243 Bytes

Contents

Rails.application.routes.draw do

  root :to => 'welcome#index'

  resources :products

  devise_for :users, ::AbAdmin::Devise.config

  namespace :admin do
    root :to => 'dashboards#index'
  end

  mount Ckeditor::Engine => '/ckeditor'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ab_admin-0.2.3 spec/dummy/config/routes.rb
ab_admin-0.2.2 spec/dummy/config/routes.rb
ab_admin-0.2.1 spec/dummy/config/routes.rb
ab_admin-0.2.0 spec/dummy/config/routes.rb
ab_admin-0.1.2 spec/dummy/config/routes.rb
ab_admin-0.1.1 spec/dummy/config/routes.rb
ab_admin-0.1.0 spec/dummy/config/routes.rb