Skip to content

Commit

Permalink
added badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Sep 24, 2023
1 parent e59f599 commit abc0897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Clamby Logo](https://raw.github.com/kobaltz/clamby/master/clamby_logo.png)

[![GemVersion](https://badge.fury.io/rb/clamby.png)](https://badge.fury.io/rb/clamby.png)
[![Build Status](https://travis-ci.org/kobaltz/clamby.svg?branch=master)](https://travis-ci.org/kobaltz/clamby)
[![Ruby CI](https://github.com/kobaltz/clamby/actions/workflows/ruby-ci.yml/badge.svg)](https://github.com/kobaltz/clamby/actions/workflows/ruby-ci.yml)

This gem depends on the [clamscan](http://www.clamav.net/) and `freshclam` daemons to be installed already.

Expand Down Expand Up @@ -66,7 +66,7 @@ It's good to note that Clamby will not by default delete files which had a virus

## with ActiveStorage

With ActiveStorage, you don't have access to the file through normal methods, so you'll have to access the file through the `attachment_changes`.
With ActiveStorage, you don't have access to the file through normal methods, so you'll have to access the file through the `attachment_changes`.

```ruby
class User < ApplicationRecord
Expand Down

0 comments on commit abc0897

Please sign in to comment.