mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 08:26:10 +01:00
Fix a few template errors caused by RoR 6
This commit is contained in:
parent
fa7d213ca7
commit
7d9c5786be
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class FeedlistController < ApplicationController
|
|||
|
||||
def get_feeds_for(object)
|
||||
respond_to do |format|
|
||||
format.html { render :file => "feedlist/get_feeds_for_#{object.class.name.downcase}" }
|
||||
format.html { render :template => "feedlist/get_feeds_for_#{object.class.name.downcase}" }
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue