5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 05:36:08 +00:00

identificar web crawlers

This commit is contained in:
f 2020-08-04 13:00:07 -03:00
parent 036ac78690
commit 96c2b8189a

View file

@ -0,0 +1,5 @@
class AddCrawlerToAccessLogs < ActiveRecord::Migration[6.0]
def change
add_column :access_logs, :crawler, :boolean, default: false
end
end