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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -