https://avo.cool logo
Hi! I'm having trouble setting up an action. I kee...
# avo-2
a
Hi! I'm having trouble setting up an action. I keep getting
ActionController::RoutingError (No route matches [GET] "/avo/resources/<my resource>/1/actions/<my action>"):
error when clicking on the action in Avo. Anybody have any idea how I can fix this? I made my action file in
app/avo/<my action>
and added it to my resource by using the
action <my_action>
keyword.