Method: Blogit::Configuration#ajax_comments
- Defined in:
- lib/blogit/configuration.rb
#ajax_comments ⇒ Object
If set to true, the comments form will POST and DELETE to the comments controller using AJAX calls.
Returns true or false
74 |
# File 'lib/blogit/configuration.rb', line 74 config_accessor(:ajax_comments) { true } |