Sha256: 01a2cd2af0706988be0b4b6121eeaaf82f68d01b7bf1ab15888d9c679ca6cf9f
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
# Use this hook to configure RailsPageComment RailsPageComment.setup do |config| # show comment on page or not config.show_on_page = true config.notify_changes_class_name = "RailsPageComment::NotifyChanges" # After Changed send email's recipients config.recipient_email = ["to@example.com"] # After Changed send email from config.email_from = ["from@example.com"] # text_area size cols, default: 90 # config.text_area_cols = 90 # config.text_area_rows = 20 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_page_comment-0.1.0 | lib/generators/rails_page_comment/templates/rails_page_comment.rb |