Top "Inherited-resources" questions

Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.

Rails: activeadmin overriding create action

I have an activeadmin resource which has a belongs_to :user relationship. When I create a new Instance of the …

ruby-on-rails activeadmin inherited-resources