Skip to content

Commit

Permalink
Update user.rb (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Jan 13, 2018
1 parent 3db7e63 commit c6b2d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ def path
end

def lat
drupal_user.lat
self.get_value_of_power_tag('lat')
end

def lon
drupal_user.lon
self.get_value_of_power_tag('lon')
end

# we can revise/improve this for m2m later...
Expand Down

0 comments on commit c6b2d34

Please sign in to comment.