diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f07c79ec6117dc9228c79015c12ed9535100dd04..ffddd0400fce77158b81dfa96e5e71f3a7841c89 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -168,6 +168,7 @@ module ApplicationHelper # time - Time object # placement - Tooltip placement String (default: "top") # html_class - Custom class for `time` element (default: "time_ago") + # skip_js - When true, exclude the `script` tag (default: false) # # By default also includes a `script` element with Javascript necessary to # initialize the `timeago` jQuery extension. If this method is called many