Skip to content

Commit

Permalink
Security: disable Active Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Dec 9, 2013
1 parent 484bf45 commit bc1be66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
RailsAssets::Application.routes.draw do
devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)

resources :components, only: [:index, :new, :create] do
collection do
get '/:name/:version' => 'components#assets', constraints: { version: /[^\/]+/ }
Expand Down

0 comments on commit bc1be66

Please sign in to comment.