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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -