You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Resource::get method
The idea was to be able to use `class_alias` to create view only resource. This turns out to be a bad idea when implementing a POST only resource, also for creating view only resource a better alternative is to have a base class (eg. PageResource) anyway.