Sha256: 820f19cef4828f3bdb4207598fcc0fea40b867eed8deef546eee6d396ce2cb65
Contents?: true
Size: 653 Bytes
Versions: 10
Compression:
Stored size: 653 Bytes
Contents
← [documentation](documentation.md) ## Customization You can use **rails generators** for copy files into your Application. After that you can customize almost everything Generators list: ```ruby bundle exec rails g the_comments --help ``` ### Customization of views Copy View files for customization: ```ruby bundle exec rails g the_comments:views assets bundle exec rails g the_comments:views views ``` ### Customization of comments tree Copy Helper file for tree customization: ```ruby bundle exec rails g the_comments:views helper ``` For more info read [TheSortableTree doc](https://github.com/the-teacher/the_sortable_tree)
Version data entries
10 entries across 10 versions & 3 rubygems