Skip to content

Commit

Permalink
Merge pull request jackdempsey#59 from rcrisp/master
Browse files Browse the repository at this point in the history
Update README.rdoc
  • Loading branch information
jackdempsey committed Oct 28, 2014
2 parents 503c5ec + a8e2253 commit 7eb63c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ By default, `acts_as_commentable` will assume you are using a `Comment` model.
To change this, or change any other join options, pass in an options hash:

class Todo < ActiveRecord::Base
acts_as_commentable { class_name: 'MyComment' }
acts_as_commentable class_name: 'MyComment'
end

This also works in conjunction with comment types:
Expand Down

0 comments on commit 7eb63c2

Please sign in to comment.