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

Version Path
fuck_comments-2.3.4 docs/customazation_of_views.md
the_comments_ruby-2.3.4 docs/customazation_of_views.md
the_comments_ruby-2.3.3 docs/customazation_of_views.md
the_comments-2.3.1 docs/customazation_of_views.md
the_comments-2.2.2 docs/customazation_of_views.md
the_comments-2.2.1 docs/customazation_of_views.md
the_comments-2.2.0 docs/customazation_of_views.md
the_comments-2.1.0 docs/customazation_of_views.md
the_comments-2.0.1 docs/customazation_of_views.md
the_comments-2.0.0 docs/customazation_of_views.md