add a set of helpers for active admin

This commit is contained in:
John Bintz 2013-03-12 17:08:29 -04:00
parent b9e14eac0c
commit 1854b5ac37
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
def find_action_item(which)
find(".action_items a[href$='/#{which}']")
end