-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello. I can't quite tell if this library will infer any controller actions and model based on conventions or if I am supposed to always specify it.
resources :users
We could infer:
model('User')
action(:show).returns_single
action(:index).returns_list
action(:create).returns_single
action(:update).returns_single
action(:destroy).returns_single
I don't see these lines in the example, but they appear to be required?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels