aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/public_body_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/public_body_controller.rb')
-rw-r--r--app/controllers/public_body_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb
index 4a0e3efcd..2b90fee42 100644
--- a/app/controllers/public_body_controller.rb
+++ b/app/controllers/public_body_controller.rb
@@ -82,6 +82,8 @@ class PublicBodyController < ApplicationController
@existing_track = TrackThing.find_existing(@user, @track_thing)
end
+ @follower_count = TrackThing.count(:all, :conditions => ["public_body_id = ?", @public_body.id])
+
@feed_autodetect = [ { :url => do_track_url(@track_thing, 'feed'),
:title => @track_thing.params[:title_in_rss],
:has_json => true } ]