Module: Plugins::AuthoringPost::AuthoringPostHelper
- Defined in:
- app/apps/plugins/authoring_post/authoring_post_helper.rb
Instance Method Summary collapse
- #plugin_authoring_can_visit(args) ⇒ Object
- #plugin_authoring_create_post(args) ⇒ Object
- #plugin_authoring_extra_columns(args) ⇒ Object
- #plugin_authoring_filter_post(args) ⇒ Object
- #plugin_authoring_new_post(args) ⇒ Object
- #plugin_authoring_on_active(plugin) ⇒ Object
- #plugin_authoring_on_inactive(plugin) ⇒ Object
- #plugin_authoring_post_list(args) ⇒ Object
- #plugin_authoring_post_the_content(args) ⇒ Object
Instance Method Details
#plugin_authoring_can_visit(args) ⇒ Object
18 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 18 def (args); end |
#plugin_authoring_create_post(args) ⇒ Object
12 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 12 def (args); end |
#plugin_authoring_extra_columns(args) ⇒ Object
20 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 20 def (args); end |
#plugin_authoring_filter_post(args) ⇒ Object
22 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 22 def (args); end |
#plugin_authoring_new_post(args) ⇒ Object
14 15 16 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 14 def (args) args[:extra_settings] << (args[:post]) end |
#plugin_authoring_on_active(plugin) ⇒ Object
6 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 6 def (plugin); end |
#plugin_authoring_on_inactive(plugin) ⇒ Object
8 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 8 def (plugin); end |
#plugin_authoring_post_list(args) ⇒ Object
10 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 10 def (args); end |
#plugin_authoring_post_the_content(args) ⇒ Object
4 |
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 4 def (args); end |