rostra 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,7 @@ module Rostra
|
|
|
24
24
|
# for example, use this method to turn "John Doe" into a link to his profile page.
|
|
25
25
|
#
|
|
26
26
|
def link_to_profile(user)
|
|
27
|
-
link_to user.rostra_user_name, main_app.
|
|
27
|
+
link_to user.rostra_user_name, main_app.user_url(user)
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
# Used to add meta description tags to rostra pages
|
data/lib/rostra/version.rb
CHANGED