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
Passing formats or handlers to render :template and friends is deprecated
In Rails 3.2, passing formats or handlers to render :template and friends
like `render :template => "foo.html.erb"` is deprecated. Instead, you can
provide :handlers and :formats directly as options: ` render :template => "foo", :formats => [:html, :js], :handlers => :erb`.
0 commit comments