Module: Plugins::AuthoringPost::AuthoringPostHelper

Defined in:
app/apps/plugins/authoring_post/authoring_post_helper.rb

Instance Method Summary collapse

Instance Method Details

#plugin_authoring_can_visit(args) ⇒ Object



18
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 18

def plugin_authoring_can_visit(args); end

#plugin_authoring_create_post(args) ⇒ Object



12
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 12

def plugin_authoring_create_post(args); end

#plugin_authoring_extra_columns(args) ⇒ Object



20
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 20

def plugin_authoring_extra_columns(args); end

#plugin_authoring_filter_post(args) ⇒ Object



22
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 22

def plugin_authoring_filter_post(args); end

#plugin_authoring_new_post(args) ⇒ Object



14
15
16
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 14

def plugin_authoring_new_post(args)
  args[:extra_settings] << plugin_authoring_form_html(args[:post])
end

#plugin_authoring_on_active(plugin) ⇒ Object



6
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 6

def plugin_authoring_on_active(plugin); end

#plugin_authoring_on_inactive(plugin) ⇒ Object



8
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 8

def plugin_authoring_on_inactive(plugin); end

#plugin_authoring_post_list(args) ⇒ Object



10
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 10

def plugin_authoring_post_list(args); end

#plugin_authoring_post_the_content(args) ⇒ Object



4
# File 'app/apps/plugins/authoring_post/authoring_post_helper.rb', line 4

def plugin_authoring_post_the_content(args); end