* VRFS-32 merged
This commit is contained in:
parent
1968f1a80f
commit
1f140dacc2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue