pelargir / auto-session-timeout

Provides automatic session timeout in a Rails application.
MIT License
126 stars 63 forks source link

update deprecated render method #14

Closed rubendinho closed 7 years ago

rubendinho commented 7 years ago

Updated deprecated render :text call, per below deprecation warning.

DEPRECATION WARNING: render :text is deprecated because it does not actually render a text/plain response. Switch to render plain: 'plain text' to render as text/plain, render html: 'HTML' to render as text/html, or render body: 'raw' to match the deprecated behavior and render with the default Content-Type, which is text/html.