Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 653 Bytes

customazation_of_views.md

File metadata and controls

30 lines (19 loc) · 653 Bytes

←   documentation

Customization

You can use rails generators for copy files into your Application. After that you can customize almost everything

Generators list:

bundle exec rails g the_comments --help

Customization of views

Copy View files for customization:

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:

bundle exec rails g the_comments:views helper

For more info read TheSortableTree doc