add a set of helpers for active admin
This commit is contained in:
parent
b9e14eac0c
commit
1854b5ac37
|
@ -0,0 +1,3 @@
|
|||
def find_action_item(which)
|
||||
find(".action_items a[href$='/#{which}']")
|
||||
end
|
Loading…
Reference in New Issue