Skip to content

Commit 2bab301

Browse files
committed
Merge branch 'following-users'
2 parents 5940be6 + 7cb06e0 commit 2bab301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/helpers/sessions_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ def log_out
5959
def store_location
6060
session[:forwarding_url] = request.original_url if request.get?
6161
end
62-
end
62+
end

app/models/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def create_activation_digest
120120
self.activation_token = User.new_token
121121
self.activation_digest = User.digest(activation_token)
122122
end
123-
end
123+
end

0 commit comments

Comments
 (0)