* VRFS-32 merged

This commit is contained in:
Seth Call 2012-11-07 22:08:16 -06:00
parent 1968f1a80f
commit 1f140dacc2
1 changed files with 1 additions and 4 deletions

View File

@ -30,19 +30,16 @@ module JamRuby
@logo_url = "http://www.jamkazam.com/images/bands/logos/#{self.id}.gif"
end
<<<<<<< HEAD
def follower_count
return self.followers.size
end
=======
def location
# TODO: implement a single string version of location;
# this will be indexed into elasticsearch and returned in search
return "Austin, TX"
end
>>>>>>> elasticsearch
# helper method for creating / updating a Band
def self.save(params)
if params[:id].nil?
@ -156,4 +153,4 @@ module JamRuby
end
### Elasticsearch/Tire integration
end
end
end