RUBYCRITIC
class AddLastRequestAtToAdminUsers < ActiveRecord::Migration - AddLastRequestAtToAdminUsers has no descriptive comment
def change
add_column :admin_users, :last_request_at, :datetime
end
end