igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
976 stars 53 forks source link

fix issue with include_all_helpers=false #78

Closed desheikh closed 5 months ago

desheikh commented 5 months ago

Fixes https://github.com/igorkasyanchuk/rails_performance/issues/33. Helper methods are not defined if include_all_helpers is set to false.

igorkasyanchuk commented 5 months ago

thanks!