Skip to content

Commit

Permalink
Remove unintended test change
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Sep 14, 2017
1 parent 5fcd773 commit d282d68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/apps/rails5/app/controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ def destroy
end
end

def linky
@category = User.first
link_url = '/profile?uid=' + get_uid(@category.userid).to_s
name = User.where(id: @category.userid).first.name
the_link = sanitize link_to name, link_url
@page_author = the_link.html_safe
end

private
# Use callbacks to share common setup or constraints between actions.
def set_user
Expand Down

0 comments on commit d282d68

Please sign in to comment.