ruby-on-railsrubygemsacts-as-tree

enhancing a rails gem/plugin


I want to enhance the functionality of acts-as-taggable-on by adding parent_id and acts_as_tree to the tag model. how do i edit the gem/plugin ?


Solution

  • Go to the Github page and fork the application. Make your changes and commit them . Simple.