Sha256: 0b8d944ad5c945554b38b864366d8aa5b99d05384f5f4048736e2f85c71c40fe

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

require 'acts_as_commentable_with_threading'

ActiveRecord::Base.class_eval { include ActiveRecord::Acts::MuckComment }
ActionController::Base.send :helper, MuckCommentsHelper
I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-comments-0.1.1 lib/muck_comments.rb
muck-comments-0.1.2 lib/muck_comments.rb
muck-comments-0.1.3 lib/muck_comments.rb
muck-comments-0.1.4 lib/muck_comments.rb
muck-comments-0.1.5 lib/muck_comments.rb
muck-comments-0.1.6 lib/muck_comments.rb
muck-comments-0.1.0 lib/muck_comments.rb