Module: RailsPageComment
- Defined in:
- lib/rails_page_comment.rb,
lib/rails_page_comment/engine.rb,
lib/rails_page_comment/version.rb,
app/models/rails_page_comment/page_comment.rb,
lib/rails_page_comment/controller_resource.rb,
lib/rails_page_comment/controller_additions.rb,
app/mailers/rails_page_comment/notify_changes.rb,
app/helpers/rails_page_comment/application_helper.rb,
app/helpers/rails_page_comment/page_comments_helper.rb,
lib/generators/rails_page_comment/install_generator.rb,
lib/generators/rails_page_comment/mailer_views_generator.rb,
app/controllers/rails_page_comment/application_controller.rb,
app/controllers/rails_page_comment/page_comments_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, ControllerAdditions, Generators, Helpers, PageCommentsHelper Classes: ApplicationController, ControllerResource, Engine, NotifyChanges, PageComment, PageCommentsController
Constant Summary collapse
- VERSION =
"0.1.0"
- @@show_on_page =
true
- @@notify_changes_class_name =
"RailsPageComment::NotifyChanges"
- @@notify_changes_method_name =
[:notice_changes]
- @@recipient_email =
""
- @@text_area_cols =
90
- @@text_area_rows =
20
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
34 35 36 |
# File 'lib/rails_page_comment.rb', line 34 def self.setup yield self end |