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



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

def plugin_authoring_can_visit(args)
end

#plugin_authoring_create_post(args) ⇒ Object



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

def plugin_authoring_create_post(args)
end

#plugin_authoring_extra_columns(args) ⇒ Object



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

def plugin_authoring_extra_columns(args)
end

#plugin_authoring_filter_post(args) ⇒ Object



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

def plugin_authoring_filter_post(args)
end

#plugin_authoring_new_post(args) ⇒ Object



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

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

#plugin_authoring_on_active(plugin) ⇒ Object



6
7
# 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



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

def plugin_authoring_on_inactive(plugin)
end

#plugin_authoring_post_list(args) ⇒ Object



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

def plugin_authoring_post_list(args)
end

#plugin_authoring_post_the_content(args) ⇒ Object



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

def plugin_authoring_post_the_content(args)
end