Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 238 Bytes

Readme.md

File metadata and controls

13 lines (9 loc) · 238 Bytes

activeadmin_jumpfilter

Gemfile:

gem 'activeadmin_jumpfilter'

app/admin/things.rb:

ActiveAdmin.register(Thing) do
  jump_from_filter :to => :custom_member_action # defaults to :show
  ...
end