@ -377,7 +377,7 @@ module IssuesHelper
# this method is used to get all projects that tagged one tag
# added by william
def get_issues_by_tag(tag_name)
Issue.tagged_with(tag_name).by_join_date
Issue.tagged_with(tag_name)
end
@ -58,7 +58,7 @@ module UsersHelper
def get_users_by_tag(tag_name)
User.tagged_with(tag_name).by_join_date
User.tagged_with(tag_name)
# added by fq