ruby on rails - How to make a discourse plugin available for public posts? -


i've developed discourse plugin successfully. however, need logged in discourse in order see plugin working.

any ideas?

disclosure: user @dariomac, question owner, part of our organization.

you have skip ensure_logged_in in before_filter of controller. add line plugin controller:

skip_before_filter :ensure_logged_in, only: :


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -