Class: Pulitzer::PostTag
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Pulitzer::PostTag
- Defined in:
- app/models/pulitzer/post_tag.rb
Instance Method Summary collapse
Instance Method Details
#clone_me ⇒ Object
7 8 9 10 11 |
# File 'app/models/pulitzer/post_tag.rb', line 7 def clone_me my_clone = self.dup my_clone.version_id = nil my_clone end |