Sha256: c2a4e882266c4bcbb60bf0e621339e1072ee12a60938ad8116caa2face5b7126
Contents?: true
Size: 600 Bytes
Versions: 6
Compression:
Stored size: 600 Bytes
Contents
# AuditedViews Views to show change logs collected by audited gem. ## Usage Add this to your `show` views: ``` <%= audited_controls(@product) %> ``` And this to your `index` views: ``` <%= audited_controls(@products) %> ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'audited_views' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install audited_views ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
audited_views-0.0.6 | README.md |
audited_views-0.0.5 | README.md |
audited_views-0.0.4 | README.md |
audited_views-0.0.3 | README.md |
audited_views-0.0.2 | README.md |
audited_views-0.0.1 | README.md |