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
Raise specific MethodNotFound when service class doesn't respond to (publicly implement)
the rpc method called from the client. Stop rescuing all NoMethodError's thrown
by service implementations. [#193, @liveh2o]