-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
In your backend code you provided the possibility to call custom actions additionally to the RESTful ones.
Let's assume I have the following code in my controller:
def start
broadcast do
@server = Server.find(params[:id]).start()
end
end
How would I call the start action from this client side?
Good work by the way! I really enjoy not having to take care of the data being pulled into the frontend.
Metadata
Metadata
Assignees
Labels
No labels