diff options
| author | Michel Etienne | 2012-09-05 13:09:14 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-09-05 13:09:14 +0200 |
| commit | be014087066bb0a7645aa1bbbd5f6bd0b0f66239 (patch) | |
| tree | 06472a329840f39235d4521f1da01733959c1563 /app | |
| parent | f22e5a7145a2c1f6a81a5f375317ecc07229ffc8 (diff) | |
| download | chouette-core-be014087066bb0a7645aa1bbbd5f6bd0b0f66239.tar.bz2 | |
correct path
Diffstat (limited to 'app')
| -rw-r--r-- | app/helpers/users_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index ad45433c1..e08689307 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -5,7 +5,7 @@ module UsersHelper end def user_default_avatar - "#{root_url}#{image_path('icons/user.png')}" + "#{root_url}assets/icons/user.png" end end |
