You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Start off by generating an initializer:
24
24
25
25
this will create file `config/initializers/detectify.rb` in your application directory.
26
26
27
-
You can configure Detectify for your application needs via initializer. After this you can access detected entity via: `env['Detectify-Entity']`.
27
+
You can configure Detectify for your application needs via initializer. After this you can access detected entity via: `request.env['Detectify-Entity']`.
0 commit comments