lib/simpleadmin/routes.rb in simpleadmin-1.2.6 vs lib/simpleadmin/routes.rb in simpleadmin-1.2.7

- old
+ new

@@ -17,10 +17,11 @@ resources :entities, only: %i[index show] resources :entity_field_type_actions, only: :create resources :resources - get 'resource_show_by', to: 'resources#show_by' + get 'resource_show_by', to: 'resources#show_by' + get 'resource_show_total', to: 'resources#show_total' get 'version', to: 'versions#show' end end end