acts_as_commentable_more 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 765add18f643c88f9c310c82fbe8a4a147759bfb
4
- data.tar.gz: c9e2e38774735fd8563836a5bb9bd8fc60e54e39
3
+ metadata.gz: c5949ecc5ea8d8979835a91a3cbe7b778d40ba55
4
+ data.tar.gz: da17e2ddd07c46244196be63b994513c8c2b180a
5
5
  SHA512:
6
- metadata.gz: 9b0b142c6e0e69ea986d08c06d127cf50429229cfa5092e16e319e3f07f8d4a8d55726ed943c2440e3a163b8423efdcb63130924ddc0c2329386347e9380e8d2
7
- data.tar.gz: 7f8a5dc85e78b00e3fd418c148452437b20020255750707f96087a327f6a25da3bd042f283e7a6719af145c38d39de86777eba7be2612dec8ac9ea2b2fea1ce6
6
+ metadata.gz: 3c527d62b57a87eebcd41d0a4b5a72aaf393616cc22bf4f681e087ba1d0e824f003cbf5b50ee90fa1e0c886551c69562cea7a4ec4f535158956c698ee5c4689c
7
+ data.tar.gz: ed2517c212b686cbc03fce5c91d20563db680b6c410624d4a19e16e47449a4af7693f5434e0bcc83dd3ef4d5acef99c969149ae16cec2d18aabdc3ce88619795
@@ -1,3 +1,3 @@
1
1
  module ActsAsCommentableMore
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.7"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  class <%= class_name %> < ActiveRecord::Base
3
3
  ###################################################################
4
4
  ### To implement commentable add the following line to your model
5
- ### acts_as_commentable types: [:hide, :show], options: { class_name: '<%= class_name %>', as: :<%= class_name.demodulize.underscore + "able" %> }, as: :<%= class_name.demodulize.downcase.pluralize, counter_cache: true %>
5
+ ### acts_as_commentable types: [:hide, :show], options: { class_name: '<%= class_name %>', as: :<%= class_name.demodulize.underscore + "able" %> }, as: :<%= class_name.demodulize.downcase.pluralize %> , counter_cache: true
6
6
 
7
7
  ### types is an array of possible comment type
8
8
  ### for example if you have public and private comment
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_commentable_more
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - piya23300