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

Fixes a deprecation introduced in Rails 3.1's ActionView template handler #2

Merged
merged 1 commit into from
Jan 10, 2012

Conversation

youngbrioche
Copy link
Member

Rails wants template handlers to just implement a "call" class method from now on. Inheriting and including is deprecated.

Fix has been tested against Rails 3.1 and Rails 3.0.10.

…dler API.

Rails wants template handlers to just implement a "call" class method from now on. Inheriting and including is deprecated.

Fix has been tested against Rails 3.1 and Rails 3.0.10.
tillsc added a commit that referenced this pull request Jan 10, 2012
Fixes a deprecation introduced in Rails 3.1's ActionView template handler
@tillsc tillsc merged commit 0bd4dce into innoq:master Jan 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants