README.md in sideband-1.0.1 vs README.md in sideband-1.0.2
- old
+ new
@@ -47,11 +47,11 @@
def initialize(params)
@params = params
end
def call
- Work.create!(@params)
+ Metric.create!(@params)
rescue ActiveRecord::RecordInvalid
Rails.logger.error("Could not save Metric: #{@params}")
end
end
@@ -72,9 +72,13 @@
```
## Code Status
[](http://travis-ci.org/mje113/sideband)
+[](https://codeclimate.com/github/mje113/sideband)
+
+## Code Status
+
[](https://codeclimate.com/github/mje113/sideband)
## Contributing
1. Fork it