Sha256: 1e524d5f89aba7e9d25c96aa80aa149551d84d5b92e7c6c95b0c686fda81b715

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

# Rails Page Comment



## Features

Write comment on the page.

## Installation

For basic usage just include ckeditor gem:

```
gem 'rails_page_comment'
```


### How generate config files


```
rails generate rails_page_comment:install
```


To use set it show on the page or not, add this to an initializer.

```ruby
# in config/initializers/rails_page_comment.rb

Ckeditor.setup do |config|
  config.show_on_page = true/false
end
```
##Usage

```ruby
class ApplicationController < ActionController::Base

  page_comment_resource

end
```

This project rocks and uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_page_comment-0.0.3 README.rdoc