Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active September 18, 2015 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/31ea9df873758daf8e3e to your computer and use it in GitHub Desktop.
Save YumaInaura/31ea9df873758daf8e3e to your computer and use it in GitHub Desktop.
ActiveAdmin にカスタムアクションを追加する。(idが必要な場合、必要ない場合) ref: http://qiita.com/Yinaura/items/3a16fc5f7eb7785b3cdf
ActiveAdmin.register Example do
collection_action :action_name, method: :get do
end
ActiveAdmin.register Example do
collection_action :action_name, method: :get do
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment