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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -