Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit e40686d

Browse files
Reformat newly added methods on application_controller.rb
1 parent 47ac16f commit e40686d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/controllers/application_controller.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ def authenticate_with_token!
116116
end
117117
end
118118

119-
120-
protected
121-
122119
def block_ip_addresses
123120
head :unauthorized if AppSettings.ip_addresses_black_list.include?(current_ip_address)
124121
end

0 commit comments

Comments
 (0)