forked from tricknotes/ember-cli-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch for newer Rails versions not supporting text option for render
Calling `render text: ...` has been deprecated in `rails@5.1`. This commit [replaces `text:` with `html:`][docs]. [docs]: http://guides.rubyonrails.org/layouts_and_rendering.html#rendering-html
- Loading branch information
1 parent
bd18720
commit 585cfea
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters