Get Gem name from .gemspec in View

Viewed 34

I'm working on a private Gem. I wish to add a class to the body tag in one of my Gems layout views. That class needs to be the name of the gem. How can I output the gem name in the view from the gemspec file?

0 Answers
Related