Alexander Ponomarenko
Alexander Ponomarenko
I'm using **rails 5.1.4** with **activeadmin** When try to load pages index in ActiveAdmin got the error ``` Showing /home/ap/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.2.0/app/views/active_admin/resource/index.html.arb where line #2 raised: Unknown primary key for table page_hierarchies...
It would be great to have such option. Thnks
Please, change the VK logo. Official source (you can download it at the bottom): https://vk.com/about  Thanks ))
I use **inherited_resources** and **simple_form gems** in my app. #### Routes ``` ruby MyApp::Application.routes.draw do filter :locale, :pagination, :exclude => /^\/admin/ resources :categories, :controller => "article/categories" root 'home#index' end ```...