Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rescue_from must precede mount #646

Closed
p-originate opened this issue May 16, 2014 · 3 comments · Fixed by #1556
Closed

rescue_from must precede mount #646

p-originate opened this issue May 16, 2014 · 3 comments · Fixed by #1556

Comments

@p-originate
Copy link

Documentation does not say this, but it appears that rescue_from statements must precede mount statements in an api class, otherwise rescue_from is ignored.

@dblock
Copy link
Member

dblock commented May 16, 2014

Could you PR a README change, please? I'll leave this open since it's still a bug.

@dm1try
Copy link
Member

dm1try commented Aug 20, 2015

BTW it's not only about a rescue_from
before/after blocks and the other base stuff should precede the mount, otherwise they will be ignored.
One more problem with "mounted APIs"(or maybe the same).

@dblock
Copy link
Member

dblock commented Jan 14, 2017

Bump @p-originate, want to PR a documentation update? Maybe @dmitry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants