mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 08:18:50 +01:00
Code style fixes
This commit is contained in:
parent
c6bbc67dab
commit
d8acf60049
72 changed files with 458 additions and 594 deletions
|
|
@ -1,5 +1,4 @@
|
|||
class FeedlistController < ApplicationController
|
||||
|
||||
helper :feedlist
|
||||
|
||||
def index
|
||||
|
|
@ -37,9 +36,8 @@ 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 :file => "feedlist/get_feeds_for_#{object.class.name.downcase}" }
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue