Open jasontwong opened 9 years ago
Here's the diff for routes after I run the scaffold.
ActiveAdmin.routes(self) authenticate :admin_user, -> (u) { u.admin? } do - mount AtomicCms::Engine => "/atomic_cms", as: :atomic_cms + mount AtomicCms::Engine => "/atomic_cms" + resources :initiatives +, as: :atomic_cms end # for posts
Here's the diff for routes after I run the scaffold.