Method: EffectivePostsHelper#link_to_submit_post

Defined in:
app/helpers/effective_posts_helper.rb

#link_to_submit_post(label = 'Submit a post', options = {}) ⇒ Object

Submitting a Post



148
149
150
# File 'app/helpers/effective_posts_helper.rb', line 148

def link_to_submit_post(label = 'Submit a post', options = {})
  link_to(label, effective_posts.new_post_path, options)
end